Html Css Color HEX #571C50 Palatinate Purple

📋 copy color: '#571C50'

red 87 ◦ green 28 ◦ blue 80

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

Shades of Palatinate Purple #571C50

Tints of Palatinate Purple #571C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.36%

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

R = 44.62%
G = 14.36%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#571C50 (or 0x571C50) is known color: Palatinate Purple. HEX triplet: 57, 1C and 50. RGB value is (87,28,80). Sum of RGB (Red+Green+Blue) = 87+28+80=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #571C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571C50 is #A8E3AF. Grayscale: #333333. Windows color (decimal): -11068336 or 5250135. OLE color: 5250135.

HSL color Cylindrical-coordinate representation of color #571C50: hue angle of 307.12º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #571C50 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 28 80 -
CMYK 0 0.68 0.08 0.66
HSL 307.12º 0.51% 0.23% -
HSV(B) 307.12º 0.68% 0.34% -
XYZ 5.79 3.44 7.95 -
YUV 51.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 87 28 80 0 0.68 0.08 0.66 307.12 0.51 0.23
Hex 57 1C 50 0 44 8 42 133 33 17
Octal 127 34 120 0 104 10 102 463 63 27
Binary 1010111 11100 1010000 0 1000100 1000 1000010 100110011 110011 10111

Color Harmonies of #571C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C50

Black with #571C50

Text Example


Text Example

White with #571C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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