#641156

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

Shades of Palatinate Purple #641156

Tints of Palatinate Purple #641156

Color information

#641156 (or 0x641156) is unknown color: approx Palatinate Purple. HEX triplet: 64, 11 and 56. RGB value is (100,17,86). Sum of RGB (Red+Green+Blue) = 100+17+86=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #641156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641156 is #9BEEA9. Grayscale: #313131. Windows color (decimal): -10219178 or 5640548. OLE color: 5640548.

HSL color Cylindrical-coordinate representation of color #641156: hue angle of 310.12º 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 #641156 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB1001786-
CMYK00.830.140.61
HSL310.12º70.94%22.94%-
HSV(B)310.12º83%39.22%-
XYZ7.143.789.16-
YUV49.68148.5163.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.26%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 86 (33.98% from 255) = 42.36%
R=49.26%
G=8.37%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100178600.830.140.61310.1270.9422.94
Hex641156053E3D1364717
Octal144211260123167546610727
Binary1100100100011010110010100111110111101100110110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641156; }

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

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

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

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

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

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

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

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