#66429E

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

Shades of Royal Purple #66429E

Tints of Royal Purple #66429E

Color information

#66429E (or 0x66429E) is unknown color: approx Royal Purple. HEX triplet: 66, 42 and 9E. RGB value is (102,66,158). Sum of RGB (Red+Green+Blue) = 102+66+158=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #66429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66429E is #99BD61. Grayscale: #565656. Windows color (decimal): -10075490 or 10371686. OLE color: 10371686.

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

Color convert

RGB10266158-
CMYK0.350.5800.38
HSL263.48º41.07%43.92%-
HSV(B)263.48º58.23%61.96%-
XYZ13.69.1933.4-
YUV87.25167.93138.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 66 (26.17% from 255) = 20.25%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=31.29%
G=20.25%
B=48.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102661580.350.5800.38263.4841.0743.92
Hex66429E233A026107292c
Octal14610223643720464075154
Binary11001101000010100111101000111110100100110100000111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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