Html Css Color HEX #570059 Palatinate Purple

📋 copy color: '#570059'

red 87 ◦ green 0 ◦ blue 89

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

Shades of Palatinate Purple #570059

Tints of Palatinate Purple #570059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 50.57%

R = 49.43%
G = 0%
B = 50.57%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#570059 (or 0x570059) is known color: Palatinate Purple. HEX triplet: 57, 00 and 59. RGB value is (87,0,89). Sum of RGB (Red+Green+Blue) = 87+0+89=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #570059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570059 is #A8FFA6. Grayscale: #232323. Windows color (decimal): -11075495 or 5832791. OLE color: 5832791.

HSL color Cylindrical-coordinate representation of color #570059: hue angle of 298.65º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #570059 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 0 89 -
CMYK 0.02 1 0 0.65
HSL 298.65º 1% 0.17% -
HSV(B) 298.65º 1% 0.35% -
XYZ 5.73 2.75 9.68 -
YUV 36.16 157.82 164.26 -
System Red Green Blue C M Y K H S L
Decimal 87 0 89 0.02 1 0 0.65 298.65 1 0.17
Hex 57 0 59 2 64 0 41 12B 64 11
Octal 127 0 131 2 144 0 101 453 144 21
Binary 1010111 0 1011001 10 1100100 0 1000001 100101011 1100100 10001

Color Harmonies of #570059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570059

Black with #570059

Text Example


Text Example

White with #570059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570059; }

 p { color: rgb(87,0,89); }

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

background-color css

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

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

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

border-color css

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

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

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