Html Css Color HEX #57013F Tyrian Purple

📋 copy color: '#57013F'

red 87 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #57013F

Tints of Tyrian Purple #57013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 41.72%

R = 57.62%
G = 0.66%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57013F (or 0x57013F) is known color: Tyrian Purple. HEX triplet: 57, 01 and 3F. RGB value is (87,1,63). Sum of RGB (Red+Green+Blue) = 87+1+63=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #57013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57013F is #A8FEC0. Grayscale: #212121. Windows color (decimal): -11075265 or 4129111. OLE color: 4129111.

HSL color Cylindrical-coordinate representation of color #57013F: hue angle of 316.74º 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 #57013F is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 1 63 -
CMYK 0 0.99 0.28 0.66
HSL 316.74º 0.98% 0.17% -
HSV(B) 316.74º 0.99% 0.34% -
XYZ 4.84 2.41 4.91 -
YUV 33.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 87 1 63 0 0.99 0.28 0.66 316.74 0.98 0.17
Hex 57 1 3F 0 63 1C 42 13D 62 11
Octal 127 1 77 0 143 34 102 475 142 21
Binary 1010111 1 111111 0 1100011 11100 1000010 100111101 1100010 10001

Color Harmonies of #57013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57013F

Black with #57013F

Text Example


Text Example

White with #57013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57013F; }

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

 H1.HeaderClassName
 {
   color: #57013F;
 }
 .AnyTagClassName
 {
   color: #57013F;
 }
</style>

background-color css

<style>
 a { background-color: #57013F; }

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

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

border-color css

<style>
 span { border-color: #57013F; }

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

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