Html Css Color HEX #571A51 Palatinate Purple

📋 copy color: '#571A51'

red 87 ◦ green 26 ◦ blue 81

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

Shades of Palatinate Purple #571A51

Tints of Palatinate Purple #571A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 41.75%

R = 44.85%
G = 13.4%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#571A51 (or 0x571A51) is known color: Palatinate Purple. HEX triplet: 57, 1A and 51. RGB value is (87,26,81). Sum of RGB (Red+Green+Blue) = 87+26+81=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #571A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A51 is #A8E5AE. Grayscale: #323232. Windows color (decimal): -11068847 or 5315159. OLE color: 5315159.

HSL color Cylindrical-coordinate representation of color #571A51: hue angle of 305.9º 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 #571A51 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 26 81 -
CMYK 0 0.70 0.07 0.66
HSL 305.9º 0.54% 0.22% -
HSV(B) 305.9º 0.7% 0.34% -
XYZ 5.79 3.36 8.13 -
YUV 50.51 145.21 154.03 -
System Red Green Blue C M Y K H S L
Decimal 87 26 81 0 0.70 0.07 0.66 305.9 0.54 0.22
Hex 57 1A 51 0 46 7 42 132 36 16
Octal 127 32 121 0 106 7 102 462 66 26
Binary 1010111 11010 1010001 0 1000110 111 1000010 100110010 110110 10110

Color Harmonies of #571A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571A51

Black with #571A51

Text Example


Text Example

White with #571A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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