Html Css Color HEX #571955 Palatinate Purple

📋 copy color: '#571955'

red 87 ◦ green 25 ◦ blue 85

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

Shades of Palatinate Purple #571955

Tints of Palatinate Purple #571955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.69%

 BLUE value IS 85 (33.59% from 255) = 43.15%

R = 44.16%
G = 12.69%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#571955 (or 0x571955) is known color: Palatinate Purple. HEX triplet: 57, 19 and 55. RGB value is (87,25,85). Sum of RGB (Red+Green+Blue) = 87+25+85=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #571955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571955 is #A8E6AA. Grayscale: #323232. Windows color (decimal): -11069099 or 5577047. OLE color: 5577047.

HSL color Cylindrical-coordinate representation of color #571955: hue angle of 301.94º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #571955 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 25 85 -
CMYK 0 0.71 0.02 0.66
HSL 301.94º 0.55% 0.22% -
HSV(B) 301.94º 0.71% 0.34% -
XYZ 5.92 3.38 8.93 -
YUV 50.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 87 25 85 0 0.71 0.02 0.66 301.94 0.55 0.22
Hex 57 19 55 0 47 2 42 12E 37 16
Octal 127 31 125 0 107 2 102 456 67 26
Binary 1010111 11001 1010101 0 1000111 10 1000010 100101110 110111 10110

Color Harmonies of #571955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571955

Black with #571955

Text Example


Text Example

White with #571955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571955; }

 p { color: rgb(87,25,85); }

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

background-color css

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

 a { background-color: rgb(87,25,85); }

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

border-color css

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

 span { border-color: rgb(87,25,85); }

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