Html Css Color HEX #57124C Palatinate Purple

📋 copy color: '#57124C'

red 87 ◦ green 18 ◦ blue 76

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

Shades of Palatinate Purple #57124C

Tints of Palatinate Purple #57124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.94%

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

R = 48.07%
G = 9.94%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#57124C (or 0x57124C) is known color: Palatinate Purple. HEX triplet: 57, 12 and 4C. RGB value is (87,18,76). Sum of RGB (Red+Green+Blue) = 87+18+76=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57124C is #A8EDB3. Grayscale: #2D2D2D. Windows color (decimal): -11070900 or 4985431. OLE color: 4985431.

HSL color Cylindrical-coordinate representation of color #57124C: hue angle of 309.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #57124C is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 18 76 -
CMYK 0 0.79 0.13 0.66
HSL 309.57º 0.66% 0.21% -
HSV(B) 309.57º 0.79% 0.34% -
XYZ 5.45 2.98 7.13 -
YUV 45.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 87 18 76 0 0.79 0.13 0.66 309.57 0.66 0.21
Hex 57 12 4C 0 4F D 42 136 42 15
Octal 127 22 114 0 117 15 102 466 102 25
Binary 1010111 10010 1001100 0 1001111 1101 1000010 100110110 1000010 10101

Color Harmonies of #57124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57124C

Black with #57124C

Text Example


Text Example

White with #57124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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