Html Css Color HEX #57004D Tyrian Purple

📋 copy color: '#57004D'

red 87 ◦ green 0 ◦ blue 77

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

Shades of Tyrian Purple #57004D

Tints of Tyrian Purple #57004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.05%
G = 0%
B = 46.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#57004D (or 0x57004D) is known color: Tyrian Purple. HEX triplet: 57, 00 and 4D. RGB value is (87,0,77). Sum of RGB (Red+Green+Blue) = 87+0+77=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57004D is #A8FFB2. Grayscale: #222222. Windows color (decimal): -11075507 or 5046359. OLE color: 5046359.

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

Color convert

RGB 87 0 77 -
CMYK 0 1 0.11 0.66
HSL 306.9º 1% 0.17% -
HSV(B) 306.9º 1% 0.34% -
XYZ 5.27 2.56 7.24 -
YUV 34.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 87 0 77 0 1 0.11 0.66 306.9 1 0.17
Hex 57 0 4D 0 64 B 42 133 64 11
Octal 127 0 115 0 144 13 102 463 144 21
Binary 1010111 0 1001101 0 1100100 1011 1000010 100110011 1100100 10001

Color Harmonies of #57004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57004D

Black with #57004D

Text Example


Text Example

White with #57004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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