Html Css Color HEX #570D3C Tyrian Purple

📋 copy color: '#570D3C'

red 87 ◦ green 13 ◦ blue 60

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

Shades of Tyrian Purple #570D3C

Tints of Tyrian Purple #570D3C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.13%

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

R = 54.38%
G = 8.13%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#570D3C (or 0x570D3C) is known color: Tyrian Purple. HEX triplet: 57, 0D and 3C. RGB value is (87,13,60). Sum of RGB (Red+Green+Blue) = 87+13+60=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #570D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D3C is #A8F2C3. Grayscale: #282828. Windows color (decimal): -11072196 or 3935575. OLE color: 3935575.

HSL color Cylindrical-coordinate representation of color #570D3C: hue angle of 321.89º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #570D3C is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 13 60 -
CMYK 0 0.85 0.31 0.66
HSL 321.89º 0.74% 0.2% -
HSV(B) 321.89º 0.85% 0.34% -
XYZ 4.89 2.64 4.53 -
YUV 40.48 139.02 161.18 -
System Red Green Blue C M Y K H S L
Decimal 87 13 60 0 0.85 0.31 0.66 321.89 0.74 0.2
Hex 57 D 3C 0 55 1F 42 142 4A 14
Octal 127 15 74 0 125 37 102 502 112 24
Binary 1010111 1101 111100 0 1010101 11111 1000010 101000010 1001010 10100

Color Harmonies of #570D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570D3C

Black with #570D3C

Text Example


Text Example

White with #570D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570D3C; }

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

 H1.HeaderClassName
 {
   color: #570D3C;
 }
 .AnyTagClassName
 {
   color: #570D3C;
 }
</style>

background-color css

<style>
 a { background-color: #570D3C; }

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

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

border-color css

<style>
 span { border-color: #570D3C; }

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

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