Html Css Color HEX #570859 Palatinate Purple

📋 copy color: '#570859'

red 87 ◦ green 8 ◦ blue 89

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

Shades of Palatinate Purple #570859

Tints of Palatinate Purple #570859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

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

R = 47.28%
G = 4.35%
B = 48.37%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#570859 (or 0x570859) is known color: Palatinate Purple. HEX triplet: 57, 08 and 59. RGB value is (87,8,89). Sum of RGB (Red+Green+Blue) = 87+8+89=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #570859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570859 is #A8F7A6. Grayscale: #282828. Windows color (decimal): -11073447 or 5834839. OLE color: 5834839.

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

Color convert

RGB 87 8 89 -
CMYK 0.02 0.91 0 0.65
HSL 298.52º 0.84% 0.19% -
HSV(B) 298.52º 0.91% 0.35% -
XYZ 5.82 2.92 9.71 -
YUV 40.86 155.17 160.91 -
System Red Green Blue C M Y K H S L
Decimal 87 8 89 0.02 0.91 0 0.65 298.52 0.84 0.19
Hex 57 8 59 2 5B 0 41 12B 54 13
Octal 127 10 131 2 133 0 101 453 124 23
Binary 1010111 1000 1011001 10 1011011 0 1000001 100101011 1010100 10011

Color Harmonies of #570859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570859

Black with #570859

Text Example


Text Example

White with #570859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570859; }

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

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

background-color css

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

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

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

border-color css

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

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

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