#64429D

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

Shades of Royal Purple #64429D

Tints of Royal Purple #64429D

Color information

#64429D (or 0x64429D) is unknown color: approx Royal Purple. HEX triplet: 64, 42 and 9D. RGB value is (100,66,157). Sum of RGB (Red+Green+Blue) = 100+66+157=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #64429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64429D is #9BBD62. Grayscale: #565656. Windows color (decimal): -10206563 or 10306148. OLE color: 10306148.

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

Color convert

RGB10066157-
CMYK0.360.5800.38
HSL262.42º40.81%43.73%-
HSV(B)262.42º57.96%61.57%-
XYZ13.299.0432.94-
YUV86.54167.76137.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.96%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 157 (61.72% from 255) = 48.61%
R=30.96%
G=20.43%
B=48.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100661570.360.5800.38262.4240.8143.73
Hex64429D243A026106292c
Octal14410223544720464065154
Binary11001001000010100111011001001110100100110100000110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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