Html Css Color HEX #57014A Tyrian Purple

📋 copy color: '#57014A'

red 87 ◦ green 1 ◦ blue 74

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

Shades of Tyrian Purple #57014A

Tints of Tyrian Purple #57014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 53.7%
G = 0.62%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#57014A (or 0x57014A) is known color: Tyrian Purple. HEX triplet: 57, 01 and 4A. RGB value is (87,1,74). Sum of RGB (Red+Green+Blue) = 87+1+74=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #57014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57014A is #A8FEB5. Grayscale: #222222. Windows color (decimal): -11075254 or 4850007. OLE color: 4850007.

HSL color Cylindrical-coordinate representation of color #57014A: hue angle of 309.07º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57014A is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 1 74 -
CMYK 0 0.99 0.15 0.66
HSL 309.07º 0.98% 0.17% -
HSV(B) 309.07º 0.99% 0.34% -
XYZ 5.18 2.54 6.7 -
YUV 35.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 87 1 74 0 0.99 0.15 0.66 309.07 0.98 0.17
Hex 57 1 4A 0 63 F 42 135 62 11
Octal 127 1 112 0 143 17 102 465 142 21
Binary 1010111 1 1001010 0 1100011 1111 1000010 100110101 1100010 10001

Color Harmonies of #57014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57014A

Black with #57014A

Text Example


Text Example

White with #57014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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