Html Css Color HEX #571A55 Palatinate Purple

📋 copy color: '#571A55'

red 87 ◦ green 26 ◦ blue 85

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

Shades of Palatinate Purple #571A55

Tints of Palatinate Purple #571A55

RGB

 RED value IS 87 (34.38% from 255) = 43.94%

 GREEN value IS 26 (10.55% from 255) = 13.13%

 BLUE value IS 85 (33.59% from 255) = 42.93%

R = 43.94%
G = 13.13%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#571A55 (or 0x571A55) is known color: Palatinate Purple. HEX triplet: 57, 1A and 55. RGB value is (87,26,85). Sum of RGB (Red+Green+Blue) = 87+26+85=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #571A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A55 is #A8E5AA. Grayscale: #323232. Windows color (decimal): -11068843 or 5577303. OLE color: 5577303.

HSL color Cylindrical-coordinate representation of color #571A55: hue angle of 301.97º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A55 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 26 85 -
CMYK 0 0.70 0.02 0.66
HSL 301.97º 0.54% 0.22% -
HSV(B) 301.97º 0.7% 0.34% -
XYZ 5.94 3.42 8.94 -
YUV 50.97 147.21 153.7 -
System Red Green Blue C M Y K H S L
Decimal 87 26 85 0 0.70 0.02 0.66 301.97 0.54 0.22
Hex 57 1A 55 0 46 2 42 12E 36 16
Octal 127 32 125 0 106 2 102 456 66 26
Binary 1010111 11010 1010101 0 1000110 10 1000010 100101110 110110 10110

Color Harmonies of #571A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571A55

Black with #571A55

Text Example


Text Example

White with #571A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571A55; }

 p { color: rgb(87,26,85); }

 H1.HeaderClassName
 {
   color: #571A55;
 }
 .AnyTagClassName
 {
   color: #571A55;
 }
</style>

background-color css

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

 a { background-color: rgb(87,26,85); }

 div.DivClassName
 {
   background-color: #571A55;
 }
 .BgClassName
 {
   background-color: #571A55;
 }
</style>

border-color css

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

 span { border-color: rgb(87,26,85); }

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