#64156B

Color #64156B Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #64156B

Tints of Palatinate Purple #64156B

Color information

#64156B (or 0x64156B) is unknown color: approx Palatinate Purple. HEX triplet: 64, 15 and 6B. RGB value is (100,21,107). Sum of RGB (Red+Green+Blue) = 100+21+107=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #64156B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64156B is #9BEA94. Grayscale: #363636. Windows color (decimal): -10218133 or 7017828. OLE color: 7017828.

HSL color Cylindrical-coordinate representation of color #64156B: hue angle of 295.12º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64156B is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10021107-
CMYK0.070.8000.58
HSL295.12º67.19%25.1%-
HSV(B)295.12º80.37%41.96%-
XYZ8.184.3114.31-
YUV54.42157.67160.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.86%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=43.86%
G=9.21%
B=46.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100211070.070.8000.58295.1267.1925.1
Hex64156B75003A1274319
Octal14425153712007244710331
Binary110010010101110101111110100000111010100100111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64156B; }

 p { color: rgb(100,21,107); }

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

<style>
 a { background-color: #64156B; }

 a { background-color: rgb(100,21,107); }

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

<style>
 span { border-color: #64156B; }

 span { border-color: rgb(100,21,107); }

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