Html Css Color HEX #570654 Palatinate Purple

📋 copy color: '#570654'

red 87 ◦ green 6 ◦ blue 84

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

Shades of Palatinate Purple #570654

Tints of Palatinate Purple #570654

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.39%

 BLUE value IS 84 (33.2% from 255) = 47.46%

R = 49.15%
G = 3.39%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#570654 (or 0x570654) is known color: Palatinate Purple. HEX triplet: 57, 06 and 54. RGB value is (87,6,84). Sum of RGB (Red+Green+Blue) = 87+6+84=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #570654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570654 is #A8F9AB. Grayscale: #262626. Windows color (decimal): -11073964 or 5506647. OLE color: 5506647.

HSL color Cylindrical-coordinate representation of color #570654: hue angle of 302.22º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570654 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 6 84 -
CMYK 0 0.93 0.03 0.66
HSL 302.22º 0.87% 0.18% -
HSV(B) 302.22º 0.93% 0.34% -
XYZ 5.6 2.8 8.63 -
YUV 39.11 153.34 162.16 -
System Red Green Blue C M Y K H S L
Decimal 87 6 84 0 0.93 0.03 0.66 302.22 0.87 0.18
Hex 57 6 54 0 5D 3 42 12E 57 12
Octal 127 6 124 0 135 3 102 456 127 22
Binary 1010111 110 1010100 0 1011101 11 1000010 100101110 1010111 10010

Color Harmonies of #570654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570654

Black with #570654

Text Example


Text Example

White with #570654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570654; }

 p { color: rgb(87,6,84); }

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

background-color css

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

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

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

border-color css

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

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

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