Html Css Color HEX #662396 Royal Purple

📋 copy color: '#662396'

red 102 ◦ green 35 ◦ blue 150

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

Shades of Royal Purple #662396

Tints of Royal Purple #662396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.2%

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

R = 35.54%
G = 12.2%
B = 52.26%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#662396 (or 0x662396) is known color: Royal Purple. HEX triplet: 66, 23 and 96. RGB value is (102,35,150). Sum of RGB (Red+Green+Blue) = 102+35+150=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #662396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662396 is #99DC69. Grayscale: #434343. Windows color (decimal): -10083434 or 9839462. OLE color: 9839462.

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

Color convert

RGB 102 35 150 -
CMYK 0.32 0.77 0 0.41
HSL 274.96º 0.62% 0.36% -
HSV(B) 274.96º 0.77% 0.59% -
XYZ 11.59 6.23 29.45 -
YUV 68.14 174.2 152.15 -
System Red Green Blue C M Y K H S L
Decimal 102 35 150 0.32 0.77 0 0.41 274.96 0.62 0.36
Hex 66 23 96 20 4D 0 29 113 3E 24
Octal 146 43 226 40 115 0 51 423 76 44
Binary 1100110 100011 10010110 100000 1001101 0 101001 100010011 111110 100100

Color Harmonies of #662396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662396

Black with #662396

Text Example


Text Example

White with #662396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662396; }

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

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

background-color css

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

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

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

border-color css

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

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

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