Html Css Color HEX #570557 Palatinate Purple

📋 copy color: '#570557'

red 87 ◦ green 5 ◦ blue 87

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

Shades of Palatinate Purple #570557

Tints of Palatinate Purple #570557

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.79%

 BLUE value IS 87 (34.38% from 255) = 48.6%

R = 48.6%
G = 2.79%
B = 48.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#570557 (or 0x570557) is known color: Palatinate Purple. HEX triplet: 57, 05 and 57. RGB value is (87,5,87). Sum of RGB (Red+Green+Blue) = 87+5+87=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #570557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570557 is #A8FAA8. Grayscale: #262626. Windows color (decimal): -11074217 or 5702999. OLE color: 5702999.

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

Color convert

RGB 87 5 87 -
CMYK 0 0.94 0 0.66
HSL 300º 0.89% 0.18% -
HSV(B) 300º 0.94% 0.34% -
XYZ 5.71 2.82 9.26 -
YUV 38.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 87 5 87 0 0.94 0 0.66 300 0.89 0.18
Hex 57 5 57 0 5E 0 42 12C 59 12
Octal 127 5 127 0 136 0 102 454 131 22
Binary 1010111 101 1010111 0 1011110 0 1000010 100101100 1011001 10010

Color Harmonies of #570557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570557

Black with #570557

Text Example


Text Example

White with #570557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570557; }

 p { color: rgb(87,5,87); }

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

background-color css

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

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

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

border-color css

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

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

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