Html Css Color HEX #662096 Royal Purple

📋 copy color: '#662096'

red 102 ◦ green 32 ◦ blue 150

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

Shades of Royal Purple #662096

Tints of Royal Purple #662096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.27%

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

R = 35.92%
G = 11.27%
B = 52.82%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#662096 (or 0x662096) is known color: Royal Purple. HEX triplet: 66, 20 and 96. RGB value is (102,32,150). Sum of RGB (Red+Green+Blue) = 102+32+150=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #662096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662096 is #99DF69. Grayscale: #414141. Windows color (decimal): -10084202 or 9838694. OLE color: 9838694.

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

Color convert

RGB 102 32 150 -
CMYK 0.32 0.79 0 0.41
HSL 275.59º 0.65% 0.36% -
HSV(B) 275.59º 0.79% 0.59% -
XYZ 11.5 6.06 29.42 -
YUV 66.38 175.19 153.41 -
System Red Green Blue C M Y K H S L
Decimal 102 32 150 0.32 0.79 0 0.41 275.59 0.65 0.36
Hex 66 20 96 20 4F 0 29 114 41 24
Octal 146 40 226 40 117 0 51 424 101 44
Binary 1100110 100000 10010110 100000 1001111 0 101001 100010100 1000001 100100

Color Harmonies of #662096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662096

Black with #662096

Text Example


Text Example

White with #662096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662096; }

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

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

background-color css

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

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

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

border-color css

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

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

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