#66429B

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

Shades of Royal Purple #66429B

Tints of Royal Purple #66429B

Color information

#66429B (or 0x66429B) is unknown color: approx Royal Purple. HEX triplet: 66, 42 and 9B. RGB value is (102,66,155). Sum of RGB (Red+Green+Blue) = 102+66+155=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #66429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66429B is #99BD64. Grayscale: #565656. Windows color (decimal): -10075493 or 10175078. OLE color: 10175078.

HSL color Cylindrical-coordinate representation of color #66429B: hue angle of 264.27º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66429B is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10266155-
CMYK0.340.5700.39
HSL264.27º40.27%43.33%-
HSV(B)264.27º57.42%60.78%-
XYZ13.349.0932.06-
YUV86.91166.43138.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.58%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=31.58%
G=20.43%
B=47.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102661550.340.5700.39264.2740.2743.33
Hex66429B2239027108282b
Octal14610223342710474105053
Binary11001101000010100110111000101110010100111100001000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66429B; }

 p { color: rgb(102,66,155); }

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

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

 a { background-color: rgb(102,66,155); }

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

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

 span { border-color: rgb(102,66,155); }

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