Html Css Color HEX #570E50 Palatinate Purple

📋 copy color: '#570E50'

red 87 ◦ green 14 ◦ blue 80

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

Shades of Palatinate Purple #570E50

Tints of Palatinate Purple #570E50

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.73%

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

R = 48.07%
G = 7.73%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#570E50 (or 0x570E50) is known color: Palatinate Purple. HEX triplet: 57, 0E and 50. RGB value is (87,14,80). Sum of RGB (Red+Green+Blue) = 87+14+80=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #570E50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570E50 is #A8F1AF. Grayscale: #2B2B2B. Windows color (decimal): -11071920 or 5246551. OLE color: 5246551.

HSL color Cylindrical-coordinate representation of color #570E50: hue angle of 305.75º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #570E50 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 14 80 -
CMYK 0 0.84 0.08 0.66
HSL 305.75º 0.72% 0.2% -
HSV(B) 305.75º 0.84% 0.34% -
XYZ 5.54 2.92 7.86 -
YUV 43.35 148.68 159.13 -
System Red Green Blue C M Y K H S L
Decimal 87 14 80 0 0.84 0.08 0.66 305.75 0.72 0.2
Hex 57 E 50 0 54 8 42 132 48 14
Octal 127 16 120 0 124 10 102 462 110 24
Binary 1010111 1110 1010000 0 1010100 1000 1000010 100110010 1001000 10100

Color Harmonies of #570E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570E50

Black with #570E50

Text Example


Text Example

White with #570E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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