#66369C

Color #66369C Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #66369C

Tints of Royal Purple #66369C

Color information

#66369C (or 0x66369C) is unknown color: approx Royal Purple. HEX triplet: 66, 36 and 9C. RGB value is (102,54,156). Sum of RGB (Red+Green+Blue) = 102+54+156=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #66369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66369C is #99C963. Grayscale: #4F4F4F. Windows color (decimal): -10078564 or 10237542. OLE color: 10237542.

HSL color Cylindrical-coordinate representation of color #66369C: hue angle of 268.24º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66369C is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10254156-
CMYK0.350.6500.39
HSL268.24º48.57%41.18%-
HSV(B)268.24º65.38%61.18%-
XYZ12.87.8632.3-
YUV79.98170.9143.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 156 (61.33% from 255) = 50%
R=32.69%
G=17.31%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102541560.350.6500.39268.2448.5741.18
Hex66369C234102710c3129
Octal14666234431010474146151
Binary11001101101101001110010001110000010100111100001100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66369C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66369C; }

 p { color: rgb(102,54,156); }

 H1.HeaderClassName
 {
   color: #66369C;
 }
 .AnyTagClassName
 {
   color: #66369C;
 }
</style>
background-color css

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

 a { background-color: rgb(102,54,156); }

 div.DivClassName
 {
   background-color: #66369C;
 }
 .BgClassName
 {
   background-color: #66369C;
 }
</style>
border-color css

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

 span { border-color: rgb(102,54,156); }

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