#64379C

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

Shades of Royal Purple #64379C

Tints of Royal Purple #64379C

Color information

#64379C (or 0x64379C) is unknown color: approx Royal Purple. HEX triplet: 64, 37 and 9C. RGB value is (100,55,156). Sum of RGB (Red+Green+Blue) = 100+55+156=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #64379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64379C is #9BC863. Grayscale: #4F4F4F. Windows color (decimal): -10209380 or 10237796. OLE color: 10237796.

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

Color convert

RGB10055156-
CMYK0.360.6500.39
HSL266.73º47.87%41.37%-
HSV(B)266.73º64.74%61.18%-
XYZ12.627.8432.3-
YUV79.97170.91142.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.15%
GREEN value IS 55 (21.88% from 255) = 17.68%
BLUE value IS 156 (61.33% from 255) = 50.16%
R=32.15%
G=17.68%
B=50.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100551560.360.6500.39266.7347.8741.37
Hex64379C244102710b3029
Octal14467234441010474136051
Binary11001001101111001110010010010000010100111100001011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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