Html Css Color HEX #57134F Palatinate Purple

📋 copy color: '#57134F'

red 87 ◦ green 19 ◦ blue 79

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

Shades of Palatinate Purple #57134F

Tints of Palatinate Purple #57134F

RGB

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

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

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

R = 47.03%
G = 10.27%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#57134F (or 0x57134F) is known color: Palatinate Purple. HEX triplet: 57, 13 and 4F. RGB value is (87,19,79). Sum of RGB (Red+Green+Blue) = 87+19+79=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #57134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57134F is #A8ECB0. Grayscale: #2D2D2D. Windows color (decimal): -11070641 or 5182295. OLE color: 5182295.

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

Color convert

RGB 87 19 79 -
CMYK 0 0.78 0.09 0.66
HSL 307.06º 0.64% 0.21% -
HSV(B) 307.06º 0.78% 0.34% -
XYZ 5.57 3.06 7.69 -
YUV 46.17 146.53 157.12 -
System Red Green Blue C M Y K H S L
Decimal 87 19 79 0 0.78 0.09 0.66 307.06 0.64 0.21
Hex 57 13 4F 0 4E 9 42 133 40 15
Octal 127 23 117 0 116 11 102 463 100 25
Binary 1010111 10011 1001111 0 1001110 1001 1000010 100110011 1000000 10101

Color Harmonies of #57134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57134F

Black with #57134F

Text Example


Text Example

White with #57134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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