Html Css Color HEX #570759 Palatinate Purple

📋 copy color: '#570759'

red 87 ◦ green 7 ◦ blue 89

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

Shades of Palatinate Purple #570759

Tints of Palatinate Purple #570759

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.83%

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

R = 47.54%
G = 3.83%
B = 48.63%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#570759 (or 0x570759) is known color: Palatinate Purple. HEX triplet: 57, 07 and 59. RGB value is (87,7,89). Sum of RGB (Red+Green+Blue) = 87+7+89=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #570759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570759 is #A8F8A6. Grayscale: #282828. Windows color (decimal): -11073703 or 5834583. OLE color: 5834583.

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

Color convert

RGB 87 7 89 -
CMYK 0.02 0.92 0 0.65
HSL 298.54º 0.85% 0.19% -
HSV(B) 298.54º 0.92% 0.35% -
XYZ 5.81 2.9 9.7 -
YUV 40.27 155.5 161.33 -
System Red Green Blue C M Y K H S L
Decimal 87 7 89 0.02 0.92 0 0.65 298.54 0.85 0.19
Hex 57 7 59 2 5C 0 41 12B 55 13
Octal 127 7 131 2 134 0 101 453 125 23
Binary 1010111 111 1011001 10 1011100 0 1000001 100101011 1010101 10011

Color Harmonies of #570759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570759

Black with #570759

Text Example


Text Example

White with #570759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570759; }

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

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

background-color css

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

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

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

border-color css

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

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

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