#66369E

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

Shades of Royal Purple #66369E

Tints of Royal Purple #66369E

Color information

#66369E (or 0x66369E) is unknown color: approx Royal Purple. HEX triplet: 66, 36 and 9E. RGB value is (102,54,158). Sum of RGB (Red+Green+Blue) = 102+54+158=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #66369E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66369E is #99C961. Grayscale: #4F4F4F. Windows color (decimal): -10078562 or 10368614. OLE color: 10368614.

HSL color Cylindrical-coordinate representation of color #66369E: hue angle of 267.69º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66369E is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10254158-
CMYK0.350.6600.38
HSL267.69º49.06%41.57%-
HSV(B)267.69º65.82%61.96%-
XYZ12.977.9333.2-
YUV80.21171.9143.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.48%
GREEN value IS 54 (21.48% from 255) = 17.20%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=32.48%
G=17.20%
B=50.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102541580.350.6600.38267.6949.0641.57
Hex66369E234202610c312a
Octal14666236431020464146152
Binary11001101101101001111010001110000100100110100001100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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