Html Css Color HEX #571557 Palatinate Purple

📋 copy color: '#571557'

red 87 ◦ green 21 ◦ blue 87

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

Shades of Palatinate Purple #571557

Tints of Palatinate Purple #571557

RGB

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

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

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

R = 44.62%
G = 10.77%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#571557 (or 0x571557) is known color: Palatinate Purple. HEX triplet: 57, 15 and 57. RGB value is (87,21,87). Sum of RGB (Red+Green+Blue) = 87+21+87=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #571557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571557 is #A8EAA8. Grayscale: #303030. Windows color (decimal): -11070121 or 5707095. OLE color: 5707095.

HSL color Cylindrical-coordinate representation of color #571557: hue angle of 300º 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 #571557 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 21 87 -
CMYK 0 0.76 0 0.66
HSL 300º 0.61% 0.21% -
HSV(B) 300º 0.76% 0.34% -
XYZ 5.92 3.25 9.33 -
YUV 48.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 87 21 87 0 0.76 0 0.66 300 0.61 0.21
Hex 57 15 57 0 4C 0 42 12C 3D 15
Octal 127 25 127 0 114 0 102 454 75 25
Binary 1010111 10101 1010111 0 1001100 0 1000010 100101100 111101 10101

Color Harmonies of #571557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571557

Black with #571557

Text Example


Text Example

White with #571557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571557; }

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

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

background-color css

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

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

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

border-color css

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

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

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