Html Css Color HEX #570A4A Tyrian Purple

📋 copy color: '#570A4A'

red 87 ◦ green 10 ◦ blue 74

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

Shades of Tyrian Purple #570A4A

Tints of Tyrian Purple #570A4A

RGB

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

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

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

R = 50.88%
G = 5.85%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#570A4A (or 0x570A4A) is known color: Tyrian Purple. HEX triplet: 57, 0A and 4A. RGB value is (87,10,74). Sum of RGB (Red+Green+Blue) = 87+10+74=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #570A4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A4A is #A8F5B5. Grayscale: #282828. Windows color (decimal): -11072950 or 4852311. OLE color: 4852311.

HSL color Cylindrical-coordinate representation of color #570A4A: hue angle of 310.13º 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 #570A4A is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 10 74 -
CMYK 0 0.89 0.15 0.66
HSL 310.13º 0.79% 0.19% -
HSV(B) 310.13º 0.89% 0.34% -
XYZ 5.28 2.74 6.73 -
YUV 40.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 87 10 74 0 0.89 0.15 0.66 310.13 0.79 0.19
Hex 57 A 4A 0 59 F 42 136 4F 13
Octal 127 12 112 0 131 17 102 466 117 23
Binary 1010111 1010 1001010 0 1011001 1111 1000010 100110110 1001111 10011

Color Harmonies of #570A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570A4A

Black with #570A4A

Text Example


Text Example

White with #570A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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