Html Css Color HEX #570D53 Palatinate Purple

📋 copy color: '#570D53'

red 87 ◦ green 13 ◦ blue 83

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

Shades of Palatinate Purple #570D53

Tints of Palatinate Purple #570D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.36%

R = 47.54%
G = 7.1%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#570D53 (or 0x570D53) is known color: Palatinate Purple. HEX triplet: 57, 0D and 53. RGB value is (87,13,83). Sum of RGB (Red+Green+Blue) = 87+13+83=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #570D53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570D53 is #A8F2AC. Grayscale: #2A2A2A. Windows color (decimal): -11072173 or 5442903. OLE color: 5442903.

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

Color convert

RGB 87 13 83 -
CMYK 0 0.85 0.05 0.66
HSL 303.24º 0.74% 0.2% -
HSV(B) 303.24º 0.85% 0.34% -
XYZ 5.64 2.94 8.45 -
YUV 43.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 87 13 83 0 0.85 0.05 0.66 303.24 0.74 0.2
Hex 57 D 53 0 55 5 42 12F 4A 14
Octal 127 15 123 0 125 5 102 457 112 24
Binary 1010111 1101 1010011 0 1010101 101 1000010 100101111 1001010 10100

Color Harmonies of #570D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570D53

Black with #570D53

Text Example


Text Example

White with #570D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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