Html Css Color HEX #571050 Palatinate Purple

📋 copy color: '#571050'

red 87 ◦ green 16 ◦ blue 80

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

Shades of Palatinate Purple #571050

Tints of Palatinate Purple #571050

RGB

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

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

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

R = 47.54%
G = 8.74%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#571050 (or 0x571050) is known color: Palatinate Purple. HEX triplet: 57, 10 and 50. RGB value is (87,16,80). Sum of RGB (Red+Green+Blue) = 87+16+80=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #571050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571050 is #A8EFAF. Grayscale: #2C2C2C. Windows color (decimal): -11071408 or 5247063. OLE color: 5247063.

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

Color convert

RGB 87 16 80 -
CMYK 0 0.82 0.08 0.66
HSL 305.92º 0.69% 0.2% -
HSV(B) 305.92º 0.82% 0.34% -
XYZ 5.56 2.98 7.87 -
YUV 44.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 87 16 80 0 0.82 0.08 0.66 305.92 0.69 0.2
Hex 57 10 50 0 52 8 42 132 45 14
Octal 127 20 120 0 122 10 102 462 105 24
Binary 1010111 10000 1010000 0 1010010 1000 1000010 100110010 1000101 10100

Color Harmonies of #571050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571050

Black with #571050

Text Example


Text Example

White with #571050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571050; }

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

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

background-color css

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

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

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

border-color css

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

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

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