#64299C

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

Shades of Royal Purple #64299C

Tints of Royal Purple #64299C

Color information

#64299C (or 0x64299C) is unknown color: approx Royal Purple. HEX triplet: 64, 29 and 9C. RGB value is (100,41,156). Sum of RGB (Red+Green+Blue) = 100+41+156=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #64299C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64299C is #9BD663. Grayscale: #474747. Windows color (decimal): -10212964 or 10234212. OLE color: 10234212.

HSL color Cylindrical-coordinate representation of color #64299C: hue angle of 270.78º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64299C is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10041156-
CMYK0.360.7400.39
HSL270.78º58.38%38.63%-
HSV(B)270.78º73.72%61.18%-
XYZ12.056.732.11-
YUV71.75175.55148.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.67%
GREEN value IS 41 (16.41% from 255) = 13.80%
BLUE value IS 156 (61.33% from 255) = 52.53%
R=33.67%
G=13.80%
B=52.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100411560.360.7400.39270.7858.3838.63
Hex64299C244A02710f3a27
Octal14451234441120474177247
Binary11001001010011001110010010010010100100111100001111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64299C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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