#64299f

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

Shades of Royal Purple #64299F

Tints of Royal Purple #64299F

Color information

#64299F (or 0x64299F) is unknown color: approx Royal Purple. HEX triplet: 64, 29 and 9F. RGB value is (100,41,159). Sum of RGB (Red+Green+Blue) = 100+41+159=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #64299F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64299F is #9BD660. Grayscale: #474747. Windows color (decimal): -10212961 or 10430820. OLE color: 10430820.

HSL color Cylindrical-coordinate representation of color #64299F: hue angle of 270º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64299F is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10041159-
CMYK0.370.7400.38
HSL270º59%39.22%-
HSV(B)270º74.21%62.35%-
XYZ12.316.833.46-
YUV72.09177.05147.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.33%
GREEN value IS 41 (16.41% from 255) = 13.67%
BLUE value IS 159 (62.5% from 255) = 53%
R=33.33%
G=13.67%
B=53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100411590.370.7400.382705939.22
Hex64299F254A02610e3b27
Octal14451237451120464167347
Binary11001001010011001111110010110010100100110100001110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64299f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64299f; }

 p { color: rgb(100,41,159); }

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

<style>
 a { background-color: #64299f; }

 a { background-color: rgb(100,41,159); }

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

<style>
 span { border-color: #64299f; }

 span { border-color: rgb(100,41,159); }

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