Html Css Color HEX #571057 Palatinate Purple

📋 copy color: '#571057'

red 87 ◦ green 16 ◦ blue 87

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

Shades of Palatinate Purple #571057

Tints of Palatinate Purple #571057

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.42%

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

R = 45.79%
G = 8.42%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#571057 (or 0x571057) is known color: Palatinate Purple. HEX triplet: 57, 10 and 57. RGB value is (87,16,87). Sum of RGB (Red+Green+Blue) = 87+16+87=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #571057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571057 is #A8EFA8. Grayscale: #2D2D2D. Windows color (decimal): -11071401 or 5705815. OLE color: 5705815.

HSL color Cylindrical-coordinate representation of color #571057: hue angle of 300º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571057 is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 16 87 -
CMYK 0 0.82 0 0.66
HSL 300º 0.69% 0.2% -
HSV(B) 300º 0.82% 0.34% -
XYZ 5.84 3.08 9.3 -
YUV 45.32 151.52 157.73 -
System Red Green Blue C M Y K H S L
Decimal 87 16 87 0 0.82 0 0.66 300 0.69 0.2
Hex 57 10 57 0 52 0 42 12C 45 14
Octal 127 20 127 0 122 0 102 454 105 24
Binary 1010111 10000 1010111 0 1010010 0 1000010 100101100 1000101 10100

Color Harmonies of #571057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571057

Black with #571057

Text Example


Text Example

White with #571057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571057; }

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

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

background-color css

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

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

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

border-color css

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

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

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