#64429E

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

Shades of Royal Purple #64429E

Tints of Royal Purple #64429E

Color information

#64429E (or 0x64429E) is unknown color: approx Royal Purple. HEX triplet: 64, 42 and 9E. RGB value is (100,66,158). Sum of RGB (Red+Green+Blue) = 100+66+158=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #64429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64429E is #9BBD61. Grayscale: #565656. Windows color (decimal): -10206562 or 10371684. OLE color: 10371684.

HSL color Cylindrical-coordinate representation of color #64429E: hue angle of 262.17º 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 #64429E is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10066158-
CMYK0.370.5800.38
HSL262.17º41.07%43.92%-
HSV(B)262.17º58.23%61.96%-
XYZ13.389.0733.39-
YUV86.65168.26137.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.86%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 158 (62.11% from 255) = 48.77%
R=30.86%
G=20.37%
B=48.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100661580.370.5800.38262.1741.0743.92
Hex64429E253A026106292c
Octal14410223645720464065154
Binary11001001000010100111101001011110100100110100000110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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