Html Css Color HEX #570E4F Palatinate Purple

📋 copy color: '#570E4F'

red 87 ◦ green 14 ◦ blue 79

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

Shades of Palatinate Purple #570E4F

Tints of Palatinate Purple #570E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 43.89%

R = 48.33%
G = 7.78%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#570E4F (or 0x570E4F) is known color: Palatinate Purple. HEX triplet: 57, 0E and 4F. RGB value is (87,14,79). Sum of RGB (Red+Green+Blue) = 87+14+79=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #570E4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570E4F is #A8F1B0. Grayscale: #2B2B2B. Windows color (decimal): -11071921 or 5181015. OLE color: 5181015.

HSL color Cylindrical-coordinate representation of color #570E4F: hue angle of 306.58º 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 #570E4F is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 14 79 -
CMYK 0 0.84 0.09 0.66
HSL 306.58º 0.72% 0.2% -
HSV(B) 306.58º 0.84% 0.34% -
XYZ 5.5 2.9 7.67 -
YUV 43.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 87 14 79 0 0.84 0.09 0.66 306.58 0.72 0.2
Hex 57 E 4F 0 54 9 42 133 48 14
Octal 127 16 117 0 124 11 102 463 110 24
Binary 1010111 1110 1001111 0 1010100 1001 1000010 100110011 1001000 10100

Color Harmonies of #570E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570E4F

Black with #570E4F

Text Example


Text Example

White with #570E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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