#64309C

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

Shades of Royal Purple #64309C

Tints of Royal Purple #64309C

Color information

#64309C (or 0x64309C) is unknown color: approx Royal Purple. HEX triplet: 64, 30 and 9C. RGB value is (100,48,156). Sum of RGB (Red+Green+Blue) = 100+48+156=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #64309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64309C is #9BCF63. Grayscale: #4B4B4B. Windows color (decimal): -10211172 or 10236004. OLE color: 10236004.

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

Color convert

RGB10048156-
CMYK0.360.6900.39
HSL268.89º52.94%40%-
HSV(B)268.89º69.23%61.18%-
XYZ12.317.2232.2-
YUV75.86173.23145.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.89%
GREEN value IS 48 (19.14% from 255) = 15.79%
BLUE value IS 156 (61.33% from 255) = 51.32%
R=32.89%
G=15.79%
B=51.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100481560.360.6900.39268.8952.9440
Hex64309C244502710d3528
Octal14460234441050474156550
Binary11001001100001001110010010010001010100111100001101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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