Html Css Color HEX #57004C Tyrian Purple

📋 copy color: '#57004C'

red 87 ◦ green 0 ◦ blue 76

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

Shades of Tyrian Purple #57004C

Tints of Tyrian Purple #57004C

RGB

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

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

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

R = 53.37%
G = 0%
B = 46.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#57004C (or 0x57004C) is known color: Tyrian Purple. HEX triplet: 57, 00 and 4C. RGB value is (87,0,76). Sum of RGB (Red+Green+Blue) = 87+0+76=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #57004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57004C is #A8FFB3. Grayscale: #222222. Windows color (decimal): -11075508 or 4980823. OLE color: 4980823.

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

Color convert

RGB 87 0 76 -
CMYK 0 1 0.13 0.66
HSL 307.59º 1% 0.17% -
HSV(B) 307.59º 1% 0.34% -
XYZ 5.23 2.55 7.05 -
YUV 34.68 151.32 165.32 -
System Red Green Blue C M Y K H S L
Decimal 87 0 76 0 1 0.13 0.66 307.59 1 0.17
Hex 57 0 4C 0 64 D 42 134 64 11
Octal 127 0 114 0 144 15 102 464 144 21
Binary 1010111 0 1001100 0 1100100 1101 1000010 100110100 1100100 10001

Color Harmonies of #57004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57004C

Black with #57004C

Text Example


Text Example

White with #57004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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