Html Css Color HEX #570F53 Palatinate Purple

📋 copy color: '#570F53'

red 87 ◦ green 15 ◦ blue 83

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

Shades of Palatinate Purple #570F53

Tints of Palatinate Purple #570F53

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.11%

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

R = 47.03%
G = 8.11%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#570F53 (or 0x570F53) is known color: Palatinate Purple. HEX triplet: 57, 0F and 53. RGB value is (87,15,83). Sum of RGB (Red+Green+Blue) = 87+15+83=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #570F53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570F53 is #A8F0AC. Grayscale: #2C2C2C. Windows color (decimal): -11071661 or 5443415. OLE color: 5443415.

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

Color convert

RGB 87 15 83 -
CMYK 0 0.83 0.05 0.66
HSL 303.33º 0.71% 0.2% -
HSV(B) 303.33º 0.83% 0.34% -
XYZ 5.66 2.99 8.46 -
YUV 44.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 87 15 83 0 0.83 0.05 0.66 303.33 0.71 0.2
Hex 57 F 53 0 53 5 42 12F 47 14
Octal 127 17 123 0 123 5 102 457 107 24
Binary 1010111 1111 1010011 0 1010011 101 1000010 100101111 1000111 10100

Color Harmonies of #570F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570F53

Black with #570F53

Text Example


Text Example

White with #570F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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