#64155B

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

Shades of Palatinate Purple #64155B

Tints of Palatinate Purple #64155B

Color information

#64155B (or 0x64155B) is unknown color: approx Palatinate Purple. HEX triplet: 64, 15 and 5B. RGB value is (100,21,91). Sum of RGB (Red+Green+Blue) = 100+21+91=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #64155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64155B is #9BEAA4. Grayscale: #343434. Windows color (decimal): -10218149 or 5969252. OLE color: 5969252.

HSL color Cylindrical-coordinate representation of color #64155B: hue angle of 306.84º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64155B is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB1002191-
CMYK00.790.090.61
HSL306.84º65.29%23.73%-
HSV(B)306.84º79%39.22%-
XYZ7.41410.28-
YUV52.6149.67161.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.17%
GREEN value IS 21 (8.59% from 255) = 9.91%
BLUE value IS 91 (35.94% from 255) = 42.92%
R=47.17%
G=9.91%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100219100.790.090.61306.8465.2923.73
Hex64155B04F93D1334118
Octal144251330117117546310130
Binary1100100101011011011010011111001111101100110011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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