Html Css Color HEX #57144D Palatinate Purple

📋 copy color: '#57144D'

red 87 ◦ green 20 ◦ blue 77

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

Shades of Palatinate Purple #57144D

Tints of Palatinate Purple #57144D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 41.85%

R = 47.28%
G = 10.87%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#57144D (or 0x57144D) is known color: Palatinate Purple. HEX triplet: 57, 14 and 4D. RGB value is (87,20,77). Sum of RGB (Red+Green+Blue) = 87+20+77=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #57144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57144D is #A8EBB2. Grayscale: #2E2E2E. Windows color (decimal): -11070387 or 5051479. OLE color: 5051479.

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

Color convert

RGB 87 20 77 -
CMYK 0 0.77 0.11 0.66
HSL 308.96º 0.63% 0.21% -
HSV(B) 308.96º 0.77% 0.34% -
XYZ 5.52 3.06 7.32 -
YUV 46.53 145.2 156.87 -
System Red Green Blue C M Y K H S L
Decimal 87 20 77 0 0.77 0.11 0.66 308.96 0.63 0.21
Hex 57 14 4D 0 4D B 42 135 3F 15
Octal 127 24 115 0 115 13 102 465 77 25
Binary 1010111 10100 1001101 0 1001101 1011 1000010 100110101 111111 10101

Color Harmonies of #57144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57144D

Black with #57144D

Text Example


Text Example

White with #57144D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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