Html Css Color HEX #570257 Palatinate Purple

📋 copy color: '#570257'

red 87 ◦ green 2 ◦ blue 87

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

Shades of Palatinate Purple #570257

Tints of Palatinate Purple #570257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

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

R = 49.43%
G = 1.14%
B = 49.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#570257 (or 0x570257) is known color: Palatinate Purple. HEX triplet: 57, 02 and 57. RGB value is (87,2,87). Sum of RGB (Red+Green+Blue) = 87+2+87=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #570257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570257 is #A8FDA8. Grayscale: #242424. Windows color (decimal): -11074985 or 5702231. OLE color: 5702231.

HSL color Cylindrical-coordinate representation of color #570257: hue angle of 300º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570257 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 2 87 -
CMYK 0 0.98 0 0.66
HSL 300º 0.96% 0.17% -
HSV(B) 300º 0.98% 0.34% -
XYZ 5.67 2.76 9.25 -
YUV 37.11 156.16 163.59 -
System Red Green Blue C M Y K H S L
Decimal 87 2 87 0 0.98 0 0.66 300 0.96 0.17
Hex 57 2 57 0 62 0 42 12C 60 11
Octal 127 2 127 0 142 0 102 454 140 21
Binary 1010111 10 1010111 0 1100010 0 1000010 100101100 1100000 10001

Color Harmonies of #570257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570257

Black with #570257

Text Example


Text Example

White with #570257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570257; }

 p { color: rgb(87,2,87); }

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

background-color css

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

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

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

border-color css

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

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

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