Html Css Color HEX #571B51 Palatinate Purple

📋 copy color: '#571B51'

red 87 ◦ green 27 ◦ blue 81

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

Shades of Palatinate Purple #571B51

Tints of Palatinate Purple #571B51

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.85%

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

R = 44.62%
G = 13.85%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#571B51 (or 0x571B51) is known color: Palatinate Purple. HEX triplet: 57, 1B and 51. RGB value is (87,27,81). Sum of RGB (Red+Green+Blue) = 87+27+81=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #571B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571B51 is #A8E4AE. Grayscale: #323232. Windows color (decimal): -11068591 or 5315415. OLE color: 5315415.

HSL color Cylindrical-coordinate representation of color #571B51: hue angle of 306º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #571B51 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 27 81 -
CMYK 0 0.69 0.07 0.66
HSL 306º 0.53% 0.22% -
HSV(B) 306º 0.69% 0.34% -
XYZ 5.81 3.4 8.14 -
YUV 51.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 87 27 81 0 0.69 0.07 0.66 306 0.53 0.22
Hex 57 1B 51 0 45 7 42 132 35 16
Octal 127 33 121 0 105 7 102 462 65 26
Binary 1010111 11011 1010001 0 1000101 111 1000010 100110010 110101 10110

Color Harmonies of #571B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571B51

Black with #571B51

Text Example


Text Example

White with #571B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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