Html Css Color HEX #570A3C Tyrian Purple

📋 copy color: '#570A3C'

red 87 ◦ green 10 ◦ blue 60

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

Shades of Tyrian Purple #570A3C

Tints of Tyrian Purple #570A3C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.37%

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

R = 55.41%
G = 6.37%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#570A3C (or 0x570A3C) is known color: Tyrian Purple. HEX triplet: 57, 0A and 3C. RGB value is (87,10,60). Sum of RGB (Red+Green+Blue) = 87+10+60=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #570A3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A3C is #A8F5C3. Grayscale: #262626. Windows color (decimal): -11072964 or 3934807. OLE color: 3934807.

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

Color convert

RGB 87 10 60 -
CMYK 0 0.89 0.31 0.66
HSL 321.04º 0.79% 0.19% -
HSV(B) 321.04º 0.89% 0.34% -
XYZ 4.85 2.57 4.52 -
YUV 38.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 87 10 60 0 0.89 0.31 0.66 321.04 0.79 0.19
Hex 57 A 3C 0 59 1F 42 141 4F 13
Octal 127 12 74 0 131 37 102 501 117 23
Binary 1010111 1010 111100 0 1011001 11111 1000010 101000001 1001111 10011

Color Harmonies of #570A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570A3C

Black with #570A3C

Text Example


Text Example

White with #570A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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