Html Css Color HEX #571550 Palatinate Purple

📋 copy color: '#571550'

red 87 ◦ green 21 ◦ blue 80

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

Shades of Palatinate Purple #571550

Tints of Palatinate Purple #571550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.17%

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

R = 46.28%
G = 11.17%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#571550 (or 0x571550) is known color: Palatinate Purple. HEX triplet: 57, 15 and 50. RGB value is (87,21,80). Sum of RGB (Red+Green+Blue) = 87+21+80=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #571550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571550 is #A8EAAF. Grayscale: #2F2F2F. Windows color (decimal): -11070128 or 5248343. OLE color: 5248343.

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

Color convert

RGB 87 21 80 -
CMYK 0 0.76 0.08 0.66
HSL 306.36º 0.61% 0.21% -
HSV(B) 306.36º 0.76% 0.34% -
XYZ 5.65 3.14 7.9 -
YUV 47.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 87 21 80 0 0.76 0.08 0.66 306.36 0.61 0.21
Hex 57 15 50 0 4C 8 42 132 3D 15
Octal 127 25 120 0 114 10 102 462 75 25
Binary 1010111 10101 1010000 0 1001100 1000 1000010 100110010 111101 10101

Color Harmonies of #571550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571550

Black with #571550

Text Example


Text Example

White with #571550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571550; }

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

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

background-color css

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

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

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

border-color css

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

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

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