Html Css Color HEX #571457 Palatinate Purple

📋 copy color: '#571457'

red 87 ◦ green 20 ◦ blue 87

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

Shades of Palatinate Purple #571457

Tints of Palatinate Purple #571457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.31%

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

R = 44.85%
G = 10.31%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#571457 (or 0x571457) is known color: Palatinate Purple. HEX triplet: 57, 14 and 57. RGB value is (87,20,87). Sum of RGB (Red+Green+Blue) = 87+20+87=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #571457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571457 is #A8EBA8. Grayscale: #2F2F2F. Windows color (decimal): -11070377 or 5706839. OLE color: 5706839.

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

Color convert

RGB 87 20 87 -
CMYK 0 0.77 0 0.66
HSL 300º 0.63% 0.21% -
HSV(B) 300º 0.77% 0.34% -
XYZ 5.9 3.21 9.33 -
YUV 47.67 150.2 156.05 -
System Red Green Blue C M Y K H S L
Decimal 87 20 87 0 0.77 0 0.66 300 0.63 0.21
Hex 57 14 57 0 4D 0 42 12C 3F 15
Octal 127 24 127 0 115 0 102 454 77 25
Binary 1010111 10100 1010111 0 1001101 0 1000010 100101100 111111 10101

Color Harmonies of #571457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571457

Black with #571457

Text Example


Text Example

White with #571457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571457; }

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

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

background-color css

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

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

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

border-color css

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

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

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