Html Css Color HEX #571051 Palatinate Purple

📋 copy color: '#571051'

red 87 ◦ green 16 ◦ blue 81

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

Shades of Palatinate Purple #571051

Tints of Palatinate Purple #571051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.7%

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

R = 47.28%
G = 8.7%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#571051 (or 0x571051) is known color: Palatinate Purple. HEX triplet: 57, 10 and 51. RGB value is (87,16,81). Sum of RGB (Red+Green+Blue) = 87+16+81=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #571051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571051 is #A8EFAE. Grayscale: #2C2C2C. Windows color (decimal): -11071407 or 5312599. OLE color: 5312599.

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

Color convert

RGB 87 16 81 -
CMYK 0 0.82 0.07 0.66
HSL 305.07º 0.69% 0.2% -
HSV(B) 305.07º 0.82% 0.34% -
XYZ 5.6 2.99 8.07 -
YUV 44.64 148.52 158.21 -
System Red Green Blue C M Y K H S L
Decimal 87 16 81 0 0.82 0.07 0.66 305.07 0.69 0.2
Hex 57 10 51 0 52 7 42 131 45 14
Octal 127 20 121 0 122 7 102 461 105 24
Binary 1010111 10000 1010001 0 1010010 111 1000010 100110001 1000101 10100

Color Harmonies of #571051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571051

Black with #571051

Text Example


Text Example

White with #571051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571051; }

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

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

background-color css

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

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

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

border-color css

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

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

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