Html Css Color HEX #662196 Royal Purple

📋 copy color: '#662196'

red 102 ◦ green 33 ◦ blue 150

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

Shades of Royal Purple #662196

Tints of Royal Purple #662196

RGB

 RED value IS 102 (40.23% from 255) = 35.79%

 GREEN value IS 33 (13.28% from 255) = 11.58%

 BLUE value IS 150 (58.98% from 255) = 52.63%

R = 35.79%
G = 11.58%
B = 52.63%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#662196 (or 0x662196) is known color: Royal Purple. HEX triplet: 66, 21 and 96. RGB value is (102,33,150). Sum of RGB (Red+Green+Blue) = 102+33+150=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #662196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662196 is #99DE69. Grayscale: #424242. Windows color (decimal): -10083946 or 9838950. OLE color: 9838950.

HSL color Cylindrical-coordinate representation of color #662196: hue angle of 275.38º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #662196 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 33 150 -
CMYK 0.32 0.78 0 0.41
HSL 275.38º 0.64% 0.36% -
HSV(B) 275.38º 0.78% 0.59% -
XYZ 11.53 6.11 29.43 -
YUV 66.97 174.86 152.99 -
System Red Green Blue C M Y K H S L
Decimal 102 33 150 0.32 0.78 0 0.41 275.38 0.64 0.36
Hex 66 21 96 20 4E 0 29 113 40 24
Octal 146 41 226 40 116 0 51 423 100 44
Binary 1100110 100001 10010110 100000 1001110 0 101001 100010011 1000000 100100

Color Harmonies of #662196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662196

Black with #662196

Text Example


Text Example

White with #662196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662196; }

 p { color: rgb(102,33,150); }

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

background-color css

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

 a { background-color: rgb(102,33,150); }

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

border-color css

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

 span { border-color: rgb(102,33,150); }

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