#64459C

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

Shades of Royal Purple #64459C

Tints of Royal Purple #64459C

Color information

#64459C (or 0x64459C) is unknown color: approx Royal Purple. HEX triplet: 64, 45 and 9C. RGB value is (100,69,156). Sum of RGB (Red+Green+Blue) = 100+69+156=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #64459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64459C is #9BBA63. Grayscale: #575757. Windows color (decimal): -10205796 or 10241380. OLE color: 10241380.

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

Color convert

RGB10069156-
CMYK0.360.5600.39
HSL261.38º38.67%44.12%-
HSV(B)261.38º55.77%61.18%-
XYZ13.389.3732.55-
YUV88.19166.27136.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 156 (61.33% from 255) = 48%
R=30.77%
G=21.23%
B=48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100691560.360.5600.39261.3838.6744.12
Hex64459C2438027105272c
Octal14410523444700474054754
Binary11001001000101100111001001001110000100111100000101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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