Html Css Color HEX #57134C Palatinate Purple

📋 copy color: '#57134C'

red 87 ◦ green 19 ◦ blue 76

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

Shades of Palatinate Purple #57134C

Tints of Palatinate Purple #57134C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 41.76%

R = 47.8%
G = 10.44%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#57134C (or 0x57134C) is known color: Palatinate Purple. HEX triplet: 57, 13 and 4C. RGB value is (87,19,76). Sum of RGB (Red+Green+Blue) = 87+19+76=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #57134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57134C is #A8ECB3. Grayscale: #2D2D2D. Windows color (decimal): -11070644 or 4985687. OLE color: 4985687.

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

Color convert

RGB 87 19 76 -
CMYK 0 0.78 0.13 0.66
HSL 309.71º 0.64% 0.21% -
HSV(B) 309.71º 0.78% 0.34% -
XYZ 5.47 3.01 7.13 -
YUV 45.83 145.03 157.37 -
System Red Green Blue C M Y K H S L
Decimal 87 19 76 0 0.78 0.13 0.66 309.71 0.64 0.21
Hex 57 13 4C 0 4E D 42 136 40 15
Octal 127 23 114 0 116 15 102 466 100 25
Binary 1010111 10011 1001100 0 1001110 1101 1000010 100110110 1000000 10101

Color Harmonies of #57134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57134C

Black with #57134C

Text Example


Text Example

White with #57134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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