Html Css Color HEX #641F57 Palatinate Purple

📋 copy color: '#641F57'

red 100 ◦ green 31 ◦ blue 87

#641F57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #641F57

Tints of Palatinate Purple #641F57

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 value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#641F57 (or 0x641F57) is known color: 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

RGB 100 31 87 -
CMYK 0 0.69 0.13 0.61
HSL 311.3º 0.53% 0.26% -
HSV(B) 311.3º 0.69% 0.39% -
XYZ 7.47 4.38 9.47 -
YUV 58.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 100 31 87 0 0.69 0.13 0.61 311.3 0.53 0.26
Hex 64 1F 57 0 45 D 3D 137 35 1A
Octal 144 37 127 0 105 15 75 467 65 32
Binary 1100100 11111 1010111 0 1000101 1101 111101 100110111 110101 11010

Color Harmonies of #641F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641F57

Black with #641F57

Text Example


Text Example

White with #641F57

Text Example


Text Example

HTML Codes & Css Web 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>