Html Css Color HEX #570A53 Palatinate Purple

📋 copy color: '#570A53'

red 87 ◦ green 10 ◦ blue 83

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

Shades of Palatinate Purple #570A53

Tints of Palatinate Purple #570A53

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.56%

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

R = 48.33%
G = 5.56%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#570A53 (or 0x570A53) is known color: Palatinate Purple. HEX triplet: 57, 0A and 53. RGB value is (87,10,83). Sum of RGB (Red+Green+Blue) = 87+10+83=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #570A53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570A53 is #A8F5AC. Grayscale: #292929. Windows color (decimal): -11072941 or 5442135. OLE color: 5442135.

HSL color Cylindrical-coordinate representation of color #570A53: hue angle of 303.12º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570A53 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 10 83 -
CMYK 0 0.89 0.05 0.66
HSL 303.12º 0.79% 0.19% -
HSV(B) 303.12º 0.89% 0.34% -
XYZ 5.6 2.87 8.44 -
YUV 41.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 87 10 83 0 0.89 0.05 0.66 303.12 0.79 0.19
Hex 57 A 53 0 59 5 42 12F 4F 13
Octal 127 12 123 0 131 5 102 457 117 23
Binary 1010111 1010 1010011 0 1011001 101 1000010 100101111 1001111 10011

Color Harmonies of #570A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570A53

Black with #570A53

Text Example


Text Example

White with #570A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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