Html Css Color HEX #570C56 Palatinate Purple

📋 copy color: '#570C56'

red 87 ◦ green 12 ◦ blue 86

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

Shades of Palatinate Purple #570C56

Tints of Palatinate Purple #570C56

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.49%

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

R = 47.03%
G = 6.49%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#570C56 (or 0x570C56) is known color: Palatinate Purple. HEX triplet: 57, 0C and 56. RGB value is (87,12,86). Sum of RGB (Red+Green+Blue) = 87+12+86=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #570C56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570C56 is #A8F3A9. Grayscale: #2A2A2A. Windows color (decimal): -11072426 or 5639255. OLE color: 5639255.

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

Color convert

RGB 87 12 86 -
CMYK 0 0.86 0.01 0.66
HSL 300.8º 0.76% 0.19% -
HSV(B) 300.8º 0.86% 0.34% -
XYZ 5.74 2.96 9.07 -
YUV 42.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 87 12 86 0 0.86 0.01 0.66 300.8 0.76 0.19
Hex 57 C 56 0 56 1 42 12D 4C 13
Octal 127 14 126 0 126 1 102 455 114 23
Binary 1010111 1100 1010110 0 1010110 1 1000010 100101101 1001100 10011

Color Harmonies of #570C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570C56

Black with #570C56

Text Example


Text Example

White with #570C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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