Html Css Color HEX #571151 Palatinate Purple

📋 copy color: '#571151'

red 87 ◦ green 17 ◦ blue 81

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

Shades of Palatinate Purple #571151

Tints of Palatinate Purple #571151

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.19%

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

R = 47.03%
G = 9.19%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#571151 (or 0x571151) is known color: Palatinate Purple. HEX triplet: 57, 11 and 51. RGB value is (87,17,81). Sum of RGB (Red+Green+Blue) = 87+17+81=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #571151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571151 is #A8EEAE. Grayscale: #2D2D2D. Windows color (decimal): -11071151 or 5312855. OLE color: 5312855.

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

Color convert

RGB 87 17 81 -
CMYK 0 0.80 0.07 0.66
HSL 305.14º 0.67% 0.2% -
HSV(B) 305.14º 0.8% 0.34% -
XYZ 5.62 3.02 8.07 -
YUV 45.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 87 17 81 0 0.80 0.07 0.66 305.14 0.67 0.2
Hex 57 11 51 0 50 7 42 131 43 14
Octal 127 21 121 0 120 7 102 461 103 24
Binary 1010111 10001 1010001 0 1010000 111 1000010 100110001 1000011 10100

Color Harmonies of #571151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571151

Black with #571151

Text Example


Text Example

White with #571151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571151; }

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

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

background-color css

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

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

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

border-color css

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

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

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