#64249C

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

Shades of Royal Purple #64249C

Tints of Royal Purple #64249C

Color information

#64249C (or 0x64249C) is unknown color: approx Royal Purple. HEX triplet: 64, 24 and 9C. RGB value is (100,36,156). Sum of RGB (Red+Green+Blue) = 100+36+156=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #64249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64249C is #9BDB63. Grayscale: #444444. Windows color (decimal): -10214244 or 10232932. OLE color: 10232932.

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

Color convert

RGB10036156-
CMYK0.360.7700.39
HSL272º62.5%37.65%-
HSV(B)272º76.92%61.18%-
XYZ11.896.3732.06-
YUV68.82177.2150.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.25%
GREEN value IS 36 (14.45% from 255) = 12.33%
BLUE value IS 156 (61.33% from 255) = 53.42%
R=34.25%
G=12.33%
B=53.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100361560.360.7700.3927262.537.65
Hex64249C244D0271103e26
Octal14444234441150474207646
Binary11001001001001001110010010010011010100111100010000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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