Html Css Color HEX #570D56 Palatinate Purple

📋 copy color: '#570D56'

red 87 ◦ green 13 ◦ blue 86

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

Shades of Palatinate Purple #570D56

Tints of Palatinate Purple #570D56

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.99%

 BLUE value IS 86 (33.98% from 255) = 46.24%

R = 46.77%
G = 6.99%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#570D56 (or 0x570D56) is known color: Palatinate Purple. HEX triplet: 57, 0D and 56. RGB value is (87,13,86). Sum of RGB (Red+Green+Blue) = 87+13+86=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #570D56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570D56 is #A8F2A9. Grayscale: #2B2B2B. Windows color (decimal): -11072170 or 5639511. OLE color: 5639511.

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

Color convert

RGB 87 13 86 -
CMYK 0 0.85 0.01 0.66
HSL 300.81º 0.74% 0.2% -
HSV(B) 300.81º 0.85% 0.34% -
XYZ 5.75 2.99 9.08 -
YUV 43.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 87 13 86 0 0.85 0.01 0.66 300.81 0.74 0.2
Hex 57 D 56 0 55 1 42 12D 4A 14
Octal 127 15 126 0 125 1 102 455 112 24
Binary 1010111 1101 1010110 0 1010101 1 1000010 100101101 1001010 10100

Color Harmonies of #570D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570D56

Black with #570D56

Text Example


Text Example

White with #570D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,13,86); }

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

background-color css

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

 a { background-color: rgb(87,13,86); }

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

border-color css

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

 span { border-color: rgb(87,13,86); }

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