#641155

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

Shades of Palatinate Purple #641155

Tints of Palatinate Purple #641155

Color information

#641155 (or 0x641155) is unknown color: approx Palatinate Purple. HEX triplet: 64, 11 and 55. RGB value is (100,17,85). Sum of RGB (Red+Green+Blue) = 100+17+85=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #641155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641155 is #9BEEAA. Grayscale: #313131. Windows color (decimal): -10219179 or 5575012. OLE color: 5575012.

HSL color Cylindrical-coordinate representation of color #641155: hue angle of 310.84º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641155 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB1001785-
CMYK00.830.150.61
HSL310.84º70.94%22.94%-
HSV(B)310.84º83%39.22%-
XYZ7.13.778.95-
YUV49.57148163.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.50%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 85 (33.59% from 255) = 42.08%
R=49.50%
G=8.42%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100178500.830.150.61310.8470.9422.94
Hex641155053F3D1374717
Octal144211250123177546710727
Binary1100100100011010101010100111111111101100110111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641155; }

 p { color: rgb(100,17,85); }

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

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

 a { background-color: rgb(100,17,85); }

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

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

 span { border-color: rgb(100,17,85); }

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