Html Css Color HEX #570458 Palatinate Purple

📋 copy color: '#570458'

red 87 ◦ green 4 ◦ blue 88

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

Shades of Palatinate Purple #570458

Tints of Palatinate Purple #570458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.23%

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

R = 48.6%
G = 2.23%
B = 49.16%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#570458 (or 0x570458) is known color: Palatinate Purple. HEX triplet: 57, 04 and 58. RGB value is (87,4,88). Sum of RGB (Red+Green+Blue) = 87+4+88=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #570458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570458 is #A8FBA7. Grayscale: #262626. Windows color (decimal): -11074472 or 5768279. OLE color: 5768279.

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

Color convert

RGB 87 4 88 -
CMYK 0.01 0.95 0 0.65
HSL 299.29º 0.91% 0.18% -
HSV(B) 299.29º 0.95% 0.35% -
XYZ 5.74 2.82 9.47 -
YUV 38.39 156 162.67 -
System Red Green Blue C M Y K H S L
Decimal 87 4 88 0.01 0.95 0 0.65 299.29 0.91 0.18
Hex 57 4 58 1 5F 0 41 12B 5B 12
Octal 127 4 130 1 137 0 101 453 133 22
Binary 1010111 100 1011000 1 1011111 0 1000001 100101011 1011011 10010

Color Harmonies of #570458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570458

Black with #570458

Text Example


Text Example

White with #570458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570458; }

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

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

background-color css

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

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

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

border-color css

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

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

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