Html Css Color HEX #571C51 Palatinate Purple

📋 copy color: '#571C51'

red 87 ◦ green 28 ◦ blue 81

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

Shades of Palatinate Purple #571C51

Tints of Palatinate Purple #571C51

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.29%

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

R = 44.39%
G = 14.29%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#571C51 (or 0x571C51) is known color: Palatinate Purple. HEX triplet: 57, 1C and 51. RGB value is (87,28,81). Sum of RGB (Red+Green+Blue) = 87+28+81=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #571C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571C51 is #A8E3AE. Grayscale: #333333. Windows color (decimal): -11068335 or 5315671. OLE color: 5315671.

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

Color convert

RGB 87 28 81 -
CMYK 0 0.68 0.07 0.66
HSL 306.1º 0.51% 0.23% -
HSV(B) 306.1º 0.68% 0.34% -
XYZ 5.83 3.45 8.14 -
YUV 51.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 87 28 81 0 0.68 0.07 0.66 306.1 0.51 0.23
Hex 57 1C 51 0 44 7 42 132 33 17
Octal 127 34 121 0 104 7 102 462 63 27
Binary 1010111 11100 1010001 0 1000100 111 1000010 100110010 110011 10111

Color Harmonies of #571C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C51

Black with #571C51

Text Example


Text Example

White with #571C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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