Html Css Color HEX #57013C Tyrian Purple

📋 copy color: '#57013C'

red 87 ◦ green 1 ◦ blue 60

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

Shades of Tyrian Purple #57013C

Tints of Tyrian Purple #57013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 40.54%

R = 58.78%
G = 0.68%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#57013C (or 0x57013C) is known color: Tyrian Purple. HEX triplet: 57, 01 and 3C. RGB value is (87,1,60). Sum of RGB (Red+Green+Blue) = 87+1+60=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #57013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57013C is #A8FEC3. Grayscale: #212121. Windows color (decimal): -11075268 or 3932503. OLE color: 3932503.

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

Color convert

RGB 87 1 60 -
CMYK 0 0.99 0.31 0.66
HSL 318.84º 0.98% 0.17% -
HSV(B) 318.84º 0.99% 0.34% -
XYZ 4.76 2.37 4.48 -
YUV 33.44 142.99 166.2 -
System Red Green Blue C M Y K H S L
Decimal 87 1 60 0 0.99 0.31 0.66 318.84 0.98 0.17
Hex 57 1 3C 0 63 1F 42 13F 62 11
Octal 127 1 74 0 143 37 102 477 142 21
Binary 1010111 1 111100 0 1100011 11111 1000010 100111111 1100010 10001

Color Harmonies of #57013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57013C

Black with #57013C

Text Example


Text Example

White with #57013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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