#641F57

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

Shades of Palatinate Purple #641F57

Tints of Palatinate Purple #641F57

Color information

#641F57 (or 0x641F57) is unknown color: approx Palatinate Purple. HEX triplet: 64, 1F and 57. RGB value is (100,31,87). Sum of RGB (Red+Green+Blue) = 100+31+87=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #641F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641F57 is #9BE0A8. Grayscale: #393939. Windows color (decimal): -10215593 or 5709668. OLE color: 5709668.

HSL color Cylindrical-coordinate representation of color #641F57: hue angle of 311.3º 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 #641F57 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB1003187-
CMYK00.690.130.61
HSL311.3º52.67%25.69%-
HSV(B)311.3º69%39.22%-
XYZ7.474.389.47-
YUV58.01144.36157.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.87%
GREEN value IS 31 (12.5% from 255) = 14.22%
BLUE value IS 87 (34.38% from 255) = 39.91%
R=45.87%
G=14.22%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100318700.690.130.61311.352.6725.69
Hex641F57045D3D137351a
Octal14437127010515754676532
Binary110010011111101011101000101110111110110011011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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