#641F56

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

Shades of Palatinate Purple #641F56

Tints of Palatinate Purple #641F56

Color information

#641F56 (or 0x641F56) is unknown color: approx Palatinate Purple. HEX triplet: 64, 1F and 56. RGB value is (100,31,86). Sum of RGB (Red+Green+Blue) = 100+31+86=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #641F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641F56 is #9BE0A9. Grayscale: #393939. Windows color (decimal): -10215594 or 5644132. OLE color: 5644132.

HSL color Cylindrical-coordinate representation of color #641F56: hue angle of 312.17º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #641F56 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB1003186-
CMYK00.690.140.61
HSL312.17º52.67%25.69%-
HSV(B)312.17º69%39.22%-
XYZ7.434.369.25-
YUV57.9143.86158.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.08%
GREEN value IS 31 (12.5% from 255) = 14.29%
BLUE value IS 86 (33.98% from 255) = 39.63%
R=46.08%
G=14.29%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100318600.690.140.61312.1752.6725.69
Hex641F56045E3D138351a
Octal14437126010516754706532
Binary110010011111101011001000101111011110110011100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641F56; }

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

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

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

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

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

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

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

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