Html Css Color HEX #570A44 Tyrian Purple

📋 copy color: '#570A44'

red 87 ◦ green 10 ◦ blue 68

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

Shades of Tyrian Purple #570A44

Tints of Tyrian Purple #570A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 41.21%

R = 52.73%
G = 6.06%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#570A44 (or 0x570A44) is known color: Tyrian Purple. HEX triplet: 57, 0A and 44. RGB value is (87,10,68). Sum of RGB (Red+Green+Blue) = 87+10+68=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #570A44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A44 is #A8F5BB. Grayscale: #272727. Windows color (decimal): -11072956 or 4459095. OLE color: 4459095.

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

Color convert

RGB 87 10 68 -
CMYK 0 0.89 0.22 0.66
HSL 314.81º 0.79% 0.19% -
HSV(B) 314.81º 0.89% 0.34% -
XYZ 5.08 2.66 5.71 -
YUV 39.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 87 10 68 0 0.89 0.22 0.66 314.81 0.79 0.19
Hex 57 A 44 0 59 16 42 13B 4F 13
Octal 127 12 104 0 131 26 102 473 117 23
Binary 1010111 1010 1000100 0 1011001 10110 1000010 100111011 1001111 10011

Color Harmonies of #570A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570A44

Black with #570A44

Text Example


Text Example

White with #570A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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