#64479D

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

Shades of Royal Purple #64479D

Tints of Royal Purple #64479D

Color information

#64479D (or 0x64479D) is unknown color: approx Royal Purple. HEX triplet: 64, 47 and 9D. RGB value is (100,71,157). Sum of RGB (Red+Green+Blue) = 100+71+157=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #64479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64479D is #9BB862. Grayscale: #595959. Windows color (decimal): -10205283 or 10307428. OLE color: 10307428.

HSL color Cylindrical-coordinate representation of color #64479D: hue angle of 260.23º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64479D is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10071157-
CMYK0.360.5500.38
HSL260.23º37.72%44.71%-
HSV(B)260.23º54.78%61.57%-
XYZ13.599.6533.04-
YUV89.48166.11135.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.49%
GREEN value IS 71 (28.12% from 255) = 21.65%
BLUE value IS 157 (61.72% from 255) = 47.87%
R=30.49%
G=21.65%
B=47.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100711570.360.5500.38260.2337.7244.71
Hex64479D2437026104262d
Octal14410723544670464044655
Binary11001001000111100111011001001101110100110100000100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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