Html Css Color HEX #571556 Palatinate Purple

📋 copy color: '#571556'

red 87 ◦ green 21 ◦ blue 86

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

Shades of Palatinate Purple #571556

Tints of Palatinate Purple #571556

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.82%

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

R = 44.85%
G = 10.82%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#571556 (or 0x571556) is known color: Palatinate Purple. HEX triplet: 57, 15 and 56. RGB value is (87,21,86). Sum of RGB (Red+Green+Blue) = 87+21+86=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #571556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571556 is #A8EAA9. Grayscale: #2F2F2F. Windows color (decimal): -11070122 or 5641559. OLE color: 5641559.

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

Color convert

RGB 87 21 86 -
CMYK 0 0.76 0.01 0.66
HSL 300.91º 0.61% 0.21% -
HSV(B) 300.91º 0.76% 0.34% -
XYZ 5.88 3.23 9.12 -
YUV 48.14 149.37 155.71 -
System Red Green Blue C M Y K H S L
Decimal 87 21 86 0 0.76 0.01 0.66 300.91 0.61 0.21
Hex 57 15 56 0 4C 1 42 12D 3D 15
Octal 127 25 126 0 114 1 102 455 75 25
Binary 1010111 10101 1010110 0 1001100 1 1000010 100101101 111101 10101

Color Harmonies of #571556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571556

Black with #571556

Text Example


Text Example

White with #571556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571556; }

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

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

background-color css

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

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

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

border-color css

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

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

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