Html Css Color HEX #57164D Palatinate Purple

📋 copy color: '#57164D'

red 87 ◦ green 22 ◦ blue 77

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

Shades of Palatinate Purple #57164D

Tints of Palatinate Purple #57164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.83%

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

R = 46.77%
G = 11.83%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#57164D (or 0x57164D) is known color: Palatinate Purple. HEX triplet: 57, 16 and 4D. RGB value is (87,22,77). Sum of RGB (Red+Green+Blue) = 87+22+77=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #57164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57164D is #A8E9B2. Grayscale: #2F2F2F. Windows color (decimal): -11069875 or 5051991. OLE color: 5051991.

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

Color convert

RGB 87 22 77 -
CMYK 0 0.75 0.11 0.66
HSL 309.23º 0.6% 0.21% -
HSV(B) 309.23º 0.75% 0.34% -
XYZ 5.56 3.14 7.33 -
YUV 47.71 144.53 156.03 -
System Red Green Blue C M Y K H S L
Decimal 87 22 77 0 0.75 0.11 0.66 309.23 0.6 0.21
Hex 57 16 4D 0 4B B 42 135 3C 15
Octal 127 26 115 0 113 13 102 465 74 25
Binary 1010111 10110 1001101 0 1001011 1011 1000010 100110101 111100 10101

Color Harmonies of #57164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57164D

Black with #57164D

Text Example


Text Example

White with #57164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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