#641559

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

Shades of Palatinate Purple #641559

Tints of Palatinate Purple #641559

Color information

#641559 (or 0x641559) is unknown color: approx Palatinate Purple. HEX triplet: 64, 15 and 59. RGB value is (100,21,89). Sum of RGB (Red+Green+Blue) = 100+21+89=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #641559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641559 is #9BEAA6. Grayscale: #343434. Windows color (decimal): -10218151 or 5838180. OLE color: 5838180.

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

Color convert

RGB1002189-
CMYK00.790.110.61
HSL308.35º65.29%23.73%-
HSV(B)308.35º79%39.22%-
XYZ7.333.979.83-
YUV52.37148.67161.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 21 (8.59% from 255) = 10%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=47.62%
G=10%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100218900.790.110.61308.3565.2923.73
Hex64155904FB3D1344118
Octal144251310117137546410130
Binary1100100101011011001010011111011111101100110100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641559; }

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

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

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

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

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

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

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

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