Html Css Color HEX #570A4F Tyrian Purple

📋 copy color: '#570A4F'

red 87 ◦ green 10 ◦ blue 79

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

Shades of Tyrian Purple #570A4F

Tints of Tyrian Purple #570A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 44.89%

R = 49.43%
G = 5.68%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#570A4F (or 0x570A4F) is known color: Tyrian Purple. HEX triplet: 57, 0A and 4F. RGB value is (87,10,79). Sum of RGB (Red+Green+Blue) = 87+10+79=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #570A4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570A4F is #A8F5B0. Grayscale: #282828. Windows color (decimal): -11072945 or 5179991. OLE color: 5179991.

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

Color convert

RGB 87 10 79 -
CMYK 0 0.89 0.09 0.66
HSL 306.23º 0.79% 0.19% -
HSV(B) 306.23º 0.89% 0.34% -
XYZ 5.45 2.81 7.65 -
YUV 40.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 87 10 79 0 0.89 0.09 0.66 306.23 0.79 0.19
Hex 57 A 4F 0 59 9 42 132 4F 13
Octal 127 12 117 0 131 11 102 462 117 23
Binary 1010111 1010 1001111 0 1011001 1001 1000010 100110010 1001111 10011

Color Harmonies of #570A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570A4F

Black with #570A4F

Text Example


Text Example

White with #570A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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