#64379A

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

Shades of Royal Purple #64379A

Tints of Royal Purple #64379A

Color information

#64379A (or 0x64379A) is unknown color: approx Royal Purple. HEX triplet: 64, 37 and 9A. RGB value is (100,55,154). Sum of RGB (Red+Green+Blue) = 100+55+154=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #64379A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64379A is #9BC865. Grayscale: #4F4F4F. Windows color (decimal): -10209382 or 10106724. OLE color: 10106724.

HSL color Cylindrical-coordinate representation of color #64379A: hue angle of 267.27º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64379A is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10055154-
CMYK0.350.6400.40
HSL267.27º47.37%40.98%-
HSV(B)267.27º64.29%60.39%-
XYZ12.457.7731.42-
YUV79.74169.91142.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 154 (60.55% from 255) = 49.84%
R=32.36%
G=17.80%
B=49.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100551540.350.6400.40267.2747.3740.98
Hex64379A234002810b2f29
Octal14467232431000504135751
Binary11001001101111001101010001110000000101000100001011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64379A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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