#66329E

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

Shades of Royal Purple #66329E

Tints of Royal Purple #66329E

Color information

#66329E (or 0x66329E) is unknown color: approx Royal Purple. HEX triplet: 66, 32 and 9E. RGB value is (102,50,158). Sum of RGB (Red+Green+Blue) = 102+50+158=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #66329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66329E is #99CD61. Grayscale: #4D4D4D. Windows color (decimal): -10079586 or 10367590. OLE color: 10367590.

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

Color convert

RGB10250158-
CMYK0.350.6800.38
HSL268.89º51.92%40.78%-
HSV(B)268.89º68.35%61.96%-
XYZ12.797.5733.14-
YUV77.86173.23145.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.90%
GREEN value IS 50 (19.92% from 255) = 16.13%
BLUE value IS 158 (62.11% from 255) = 50.97%
R=32.90%
G=16.13%
B=50.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102501580.350.6800.38268.8951.9240.78
Hex66329E234402610d3429
Octal14662236431040464156451
Binary11001101100101001111010001110001000100110100001101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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