Html Css Color HEX #570558 Palatinate Purple

📋 copy color: '#570558'

red 87 ◦ green 5 ◦ blue 88

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

Shades of Palatinate Purple #570558

Tints of Palatinate Purple #570558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 48.89%

R = 48.33%
G = 2.78%
B = 48.89%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#570558 (or 0x570558) is known color: Palatinate Purple. HEX triplet: 57, 05 and 58. RGB value is (87,5,88). Sum of RGB (Red+Green+Blue) = 87+5+88=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #570558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570558 is #A8FAA7. Grayscale: #262626. Windows color (decimal): -11074216 or 5768535. OLE color: 5768535.

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

Color convert

RGB 87 5 88 -
CMYK 0.01 0.94 0 0.65
HSL 299.28º 0.89% 0.18% -
HSV(B) 299.28º 0.94% 0.35% -
XYZ 5.75 2.84 9.48 -
YUV 38.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 87 5 88 0.01 0.94 0 0.65 299.28 0.89 0.18
Hex 57 5 58 1 5E 0 41 12B 59 12
Octal 127 5 130 1 136 0 101 453 131 22
Binary 1010111 101 1011000 1 1011110 0 1000001 100101011 1011001 10010

Color Harmonies of #570558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570558

Black with #570558

Text Example


Text Example

White with #570558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570558; }

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

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

background-color css

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

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

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

border-color css

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

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

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