#64479C

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

Shades of Royal Purple #64479C

Tints of Royal Purple #64479C

Color information

#64479C (or 0x64479C) is unknown color: approx Royal Purple. HEX triplet: 64, 47 and 9C. RGB value is (100,71,156). Sum of RGB (Red+Green+Blue) = 100+71+156=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #64479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64479C is #9BB863. Grayscale: #595959. Windows color (decimal): -10205284 or 10241892. OLE color: 10241892.

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

Color convert

RGB10071156-
CMYK0.360.5400.39
HSL260.47º37.44%44.51%-
HSV(B)260.47º54.49%61.18%-
XYZ13.519.6232.6-
YUV89.36165.61135.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 71 (28.12% from 255) = 21.71%
BLUE value IS 156 (61.33% from 255) = 47.71%
R=30.58%
G=21.71%
B=47.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100711560.360.5400.39260.4737.4444.51
Hex64479C2436027104252d
Octal14410723444660474044555
Binary11001001000111100111001001001101100100111100000100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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