Html Css Color HEX #57134D Palatinate Purple

📋 copy color: '#57134D'

red 87 ◦ green 19 ◦ blue 77

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

Shades of Palatinate Purple #57134D

Tints of Palatinate Purple #57134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.38%

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

R = 47.54%
G = 10.38%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#57134D (or 0x57134D) is known color: Palatinate Purple. HEX triplet: 57, 13 and 4D. RGB value is (87,19,77). Sum of RGB (Red+Green+Blue) = 87+19+77=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #57134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57134D is #A8ECB2. Grayscale: #2D2D2D. Windows color (decimal): -11070643 or 5051223. OLE color: 5051223.

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

Color convert

RGB 87 19 77 -
CMYK 0 0.78 0.11 0.66
HSL 308.82º 0.64% 0.21% -
HSV(B) 308.82º 0.78% 0.34% -
XYZ 5.5 3.03 7.32 -
YUV 45.94 145.53 157.28 -
System Red Green Blue C M Y K H S L
Decimal 87 19 77 0 0.78 0.11 0.66 308.82 0.64 0.21
Hex 57 13 4D 0 4E B 42 135 40 15
Octal 127 23 115 0 116 13 102 465 100 25
Binary 1010111 10011 1001101 0 1001110 1011 1000010 100110101 1000000 10101

Color Harmonies of #57134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57134D

Black with #57134D

Text Example


Text Example

White with #57134D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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