Html Css Color HEX #571150 Palatinate Purple

📋 copy color: '#571150'

red 87 ◦ green 17 ◦ blue 80

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

Shades of Palatinate Purple #571150

Tints of Palatinate Purple #571150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.48%

R = 47.28%
G = 9.24%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#571150 (or 0x571150) is known color: Palatinate Purple. HEX triplet: 57, 11 and 50. RGB value is (87,17,80). Sum of RGB (Red+Green+Blue) = 87+17+80=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #571150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571150 is #A8EEAF. Grayscale: #2C2C2C. Windows color (decimal): -11071152 or 5247319. OLE color: 5247319.

HSL color Cylindrical-coordinate representation of color #571150: hue angle of 306º 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 #571150 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 80 -
CMYK 0 0.80 0.08 0.66
HSL 306º 0.67% 0.2% -
HSV(B) 306º 0.8% 0.34% -
XYZ 5.58 3.01 7.88 -
YUV 45.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 87 17 80 0 0.80 0.08 0.66 306 0.67 0.2
Hex 57 11 50 0 50 8 42 132 43 14
Octal 127 21 120 0 120 10 102 462 103 24
Binary 1010111 10001 1010000 0 1010000 1000 1000010 100110010 1000011 10100

Color Harmonies of #571150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571150

Black with #571150

Text Example


Text Example

White with #571150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571150; }

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

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

background-color css

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

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

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

border-color css

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

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

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