Html Css Color HEX #571855 Palatinate Purple

📋 copy color: '#571855'

red 87 ◦ green 24 ◦ blue 85

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

Shades of Palatinate Purple #571855

Tints of Palatinate Purple #571855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.24%

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

R = 44.39%
G = 12.24%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#571855 (or 0x571855) is known color: Palatinate Purple. HEX triplet: 57, 18 and 55. RGB value is (87,24,85). Sum of RGB (Red+Green+Blue) = 87+24+85=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #571855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571855 is #A8E7AA. Grayscale: #313131. Windows color (decimal): -11069355 or 5576791. OLE color: 5576791.

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

Color convert

RGB 87 24 85 -
CMYK 0 0.72 0.02 0.66
HSL 301.9º 0.57% 0.22% -
HSV(B) 301.9º 0.72% 0.34% -
XYZ 5.9 3.34 8.93 -
YUV 49.79 147.87 154.54 -
System Red Green Blue C M Y K H S L
Decimal 87 24 85 0 0.72 0.02 0.66 301.9 0.57 0.22
Hex 57 18 55 0 48 2 42 12E 39 16
Octal 127 30 125 0 110 2 102 456 71 26
Binary 1010111 11000 1010101 0 1001000 10 1000010 100101110 111001 10110

Color Harmonies of #571855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571855

Black with #571855

Text Example


Text Example

White with #571855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571855; }

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

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

background-color css

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

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

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

border-color css

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

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

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