Html Css Color HEX #571656 Palatinate Purple

📋 copy color: '#571656'

red 87 ◦ green 22 ◦ blue 86

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

Shades of Palatinate Purple #571656

Tints of Palatinate Purple #571656

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.28%

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

R = 44.62%
G = 11.28%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#571656 (or 0x571656) is known color: Palatinate Purple. HEX triplet: 57, 16 and 56. RGB value is (87,22,86). Sum of RGB (Red+Green+Blue) = 87+22+86=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #571656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571656 is #A8E9A9. Grayscale: #303030. Windows color (decimal): -11069866 or 5641815. OLE color: 5641815.

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

Color convert

RGB 87 22 86 -
CMYK 0 0.75 0.01 0.66
HSL 300.92º 0.6% 0.21% -
HSV(B) 300.92º 0.75% 0.34% -
XYZ 5.9 3.27 9.12 -
YUV 48.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 87 22 86 0 0.75 0.01 0.66 300.92 0.6 0.21
Hex 57 16 56 0 4B 1 42 12D 3C 15
Octal 127 26 126 0 113 1 102 455 74 25
Binary 1010111 10110 1010110 0 1001011 1 1000010 100101101 111100 10101

Color Harmonies of #571656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571656

Black with #571656

Text Example


Text Example

White with #571656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571656; }

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

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

background-color css

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

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

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

border-color css

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

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

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