Html Css Color HEX #6F33AE Royal Purple

📋 copy color: '#6F33AE'

red 111 ◦ green 51 ◦ blue 174

#6F33AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #6F33AE

Tints of Royal Purple #6F33AE

RGB

 RED value IS 111 (43.75% from 255) = 33.04%

 GREEN value IS 51 (20.31% from 255) = 15.18%

 BLUE value IS 174 (68.36% from 255) = 51.79%

R = 33.04%
G = 15.18%
B = 51.79%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6F33AE (or 0x6F33AE) is known color: Royal Purple. HEX triplet: 6F, 33 and AE. RGB value is (111,51,174). Sum of RGB (Red+Green+Blue) = 111+51+174=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F33AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F33AE is #90CC51. Grayscale: #525252. Windows color (decimal): -9489490 or 11416431. OLE color: 11416431.

HSL color Cylindrical-coordinate representation of color #6F33AE: hue angle of 269.27º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F33AE is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 51 174 -
CMYK 0.36 0.71 0 0.32
HSL 269.27º 0.55% 0.44% -
HSV(B) 269.27º 0.71% 0.68% -
XYZ 15.38 8.8 40.93 -
YUV 82.96 179.38 148 -
System Red Green Blue C M Y K H S L
Decimal 111 51 174 0.36 0.71 0 0.32 269.27 0.55 0.44
Hex 6F 33 AE 24 47 0 20 10D 37 2C
Octal 157 63 256 44 107 0 40 415 67 54
Binary 1101111 110011 10101110 100100 1000111 0 100000 100001101 110111 101100

Color Harmonies of #6F33AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F33AE

Black with #6F33AE

Text Example


Text Example

White with #6F33AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F33AE; }

 p { color: rgb(111,51,174); }

 H1.HeaderClassName
 {
   color: #6F33AE;
 }
 .AnyTagClassName
 {
   color: #6F33AE;
 }
</style>

background-color css

<style>
 a { background-color: #6F33AE; }

 a { background-color: rgb(111,51,174); }

 div.DivClassName
 {
   background-color: #6F33AE;
 }
 .BgClassName
 {
   background-color: #6F33AE;
 }
</style>

border-color css

<style>
 span { border-color: #6F33AE; }

 span { border-color: rgb(111,51,174); }

 td.TdClassName
 {
   border-color: #6F33AE;
 }
 .TagClassName
 {
   border-color: #6F33AE;
 }
</style>