#64429B

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

Shades of Royal Purple #64429B

Tints of Royal Purple #64429B

Color information

#64429B (or 0x64429B) is unknown color: approx Royal Purple. HEX triplet: 64, 42 and 9B. RGB value is (100,66,155). Sum of RGB (Red+Green+Blue) = 100+66+155=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #64429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64429B is #9BBD64. Grayscale: #555555. Windows color (decimal): -10206565 or 10175076. OLE color: 10175076.

HSL color Cylindrical-coordinate representation of color #64429B: hue angle of 262.92º 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 #64429B is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10066155-
CMYK0.350.5700.39
HSL262.92º40.27%43.33%-
HSV(B)262.92º57.42%60.78%-
XYZ13.128.9732.05-
YUV86.31166.76137.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.15%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=31.15%
G=20.56%
B=48.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100661550.350.5700.39262.9240.2743.33
Hex64429B2339027107282b
Octal14410223343710474075053
Binary11001001000010100110111000111110010100111100000111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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