Html Css Color HEX #570056 Palatinate Purple

📋 copy color: '#570056'

red 87 ◦ green 0 ◦ blue 86

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

Shades of Palatinate Purple #570056

Tints of Palatinate Purple #570056

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 86 (33.98% from 255) = 49.71%

R = 50.29%
G = 0%
B = 49.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#570056 (or 0x570056) is known color: Palatinate Purple. HEX triplet: 57, 00 and 56. RGB value is (87,0,86). Sum of RGB (Red+Green+Blue) = 87+0+86=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #570056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570056 is #A8FFA9. Grayscale: #232323. Windows color (decimal): -11075498 or 5636183. OLE color: 5636183.

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

Color convert

RGB 87 0 86 -
CMYK 0 1 0.01 0.66
HSL 300.69º 1% 0.17% -
HSV(B) 300.69º 1% 0.34% -
XYZ 5.61 2.7 9.03 -
YUV 35.82 156.32 164.51 -
System Red Green Blue C M Y K H S L
Decimal 87 0 86 0 1 0.01 0.66 300.69 1 0.17
Hex 57 0 56 0 64 1 42 12D 64 11
Octal 127 0 126 0 144 1 102 455 144 21
Binary 1010111 0 1010110 0 1100100 1 1000010 100101101 1100100 10001

Color Harmonies of #570056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570056

Black with #570056

Text Example


Text Example

White with #570056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570056; }

 p { color: rgb(87,0,86); }

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

background-color css

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

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

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

border-color css

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

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

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