Html Css Color HEX #57144F Palatinate Purple

📋 copy color: '#57144F'

red 87 ◦ green 20 ◦ blue 79

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

Shades of Palatinate Purple #57144F

Tints of Palatinate Purple #57144F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 42.47%

R = 46.77%
G = 10.75%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#57144F (or 0x57144F) is known color: Palatinate Purple. HEX triplet: 57, 14 and 4F. RGB value is (87,20,79). Sum of RGB (Red+Green+Blue) = 87+20+79=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #57144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57144F is #A8EBB0. Grayscale: #2E2E2E. Windows color (decimal): -11070385 or 5182551. OLE color: 5182551.

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

Color convert

RGB 87 20 79 -
CMYK 0 0.77 0.09 0.66
HSL 307.16º 0.63% 0.21% -
HSV(B) 307.16º 0.77% 0.34% -
XYZ 5.59 3.09 7.7 -
YUV 46.76 146.2 156.7 -
System Red Green Blue C M Y K H S L
Decimal 87 20 79 0 0.77 0.09 0.66 307.16 0.63 0.21
Hex 57 14 4F 0 4D 9 42 133 3F 15
Octal 127 24 117 0 115 11 102 463 77 25
Binary 1010111 10100 1001111 0 1001101 1001 1000010 100110011 111111 10101

Color Harmonies of #57144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57144F

Black with #57144F

Text Example


Text Example

White with #57144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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