Html Css Color HEX #570A4D Tyrian Purple

📋 copy color: '#570A4D'

red 87 ◦ green 10 ◦ blue 77

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

Shades of Tyrian Purple #570A4D

Tints of Tyrian Purple #570A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 44.25%

R = 50%
G = 5.75%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#570A4D (or 0x570A4D) is known color: Tyrian Purple. HEX triplet: 57, 0A and 4D. RGB value is (87,10,77). Sum of RGB (Red+Green+Blue) = 87+10+77=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #570A4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570A4D is #A8F5B2. Grayscale: #282828. Windows color (decimal): -11072947 or 5048919. OLE color: 5048919.

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

Color convert

RGB 87 10 77 -
CMYK 0 0.89 0.11 0.66
HSL 307.79º 0.79% 0.19% -
HSV(B) 307.79º 0.89% 0.34% -
XYZ 5.38 2.78 7.27 -
YUV 40.66 148.51 161.05 -
System Red Green Blue C M Y K H S L
Decimal 87 10 77 0 0.89 0.11 0.66 307.79 0.79 0.19
Hex 57 A 4D 0 59 B 42 134 4F 13
Octal 127 12 115 0 131 13 102 464 117 23
Binary 1010111 1010 1001101 0 1011001 1011 1000010 100110100 1001111 10011

Color Harmonies of #570A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570A4D

Black with #570A4D

Text Example


Text Example

White with #570A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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