Html Css Color HEX #571251 Palatinate Purple

📋 copy color: '#571251'

red 87 ◦ green 18 ◦ blue 81

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

Shades of Palatinate Purple #571251

Tints of Palatinate Purple #571251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

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

R = 46.77%
G = 9.68%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#571251 (or 0x571251) is known color: Palatinate Purple. HEX triplet: 57, 12 and 51. RGB value is (87,18,81). Sum of RGB (Red+Green+Blue) = 87+18+81=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #571251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571251 is #A8EDAE. Grayscale: #2D2D2D. Windows color (decimal): -11070895 or 5313111. OLE color: 5313111.

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

Color convert

RGB 87 18 81 -
CMYK 0 0.79 0.07 0.66
HSL 305.22º 0.66% 0.21% -
HSV(B) 305.22º 0.79% 0.34% -
XYZ 5.63 3.05 8.08 -
YUV 45.81 147.86 157.38 -
System Red Green Blue C M Y K H S L
Decimal 87 18 81 0 0.79 0.07 0.66 305.22 0.66 0.21
Hex 57 12 51 0 4F 7 42 131 42 15
Octal 127 22 121 0 117 7 102 461 102 25
Binary 1010111 10010 1010001 0 1001111 111 1000010 100110001 1000010 10101

Color Harmonies of #571251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571251

Black with #571251

Text Example


Text Example

White with #571251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571251; }

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

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

background-color css

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

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

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

border-color css

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

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

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