Html Css Color HEX #57004A Tyrian Purple

📋 copy color: '#57004A'

red 87 ◦ green 0 ◦ blue 74

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

Shades of Tyrian Purple #57004A

Tints of Tyrian Purple #57004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 45.96%

R = 54.04%
G = 0%
B = 45.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#57004A (or 0x57004A) is known color: Tyrian Purple. HEX triplet: 57, 00 and 4A. RGB value is (87,0,74). Sum of RGB (Red+Green+Blue) = 87+0+74=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #57004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57004A is #A8FFB5. Grayscale: #222222. Windows color (decimal): -11075510 or 4849751. OLE color: 4849751.

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

Color convert

RGB 87 0 74 -
CMYK 0 1 0.15 0.66
HSL 308.97º 1% 0.17% -
HSV(B) 308.97º 1% 0.34% -
XYZ 5.17 2.52 6.69 -
YUV 34.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 87 0 74 0 1 0.15 0.66 308.97 1 0.17
Hex 57 0 4A 0 64 F 42 135 64 11
Octal 127 0 112 0 144 17 102 465 144 21
Binary 1010111 0 1001010 0 1100100 1111 1000010 100110101 1100100 10001

Color Harmonies of #57004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57004A

Black with #57004A

Text Example


Text Example

White with #57004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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