Html Css Color HEX #570E40 Tyrian Purple

📋 copy color: '#570E40'

red 87 ◦ green 14 ◦ blue 64

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

Shades of Tyrian Purple #570E40

Tints of Tyrian Purple #570E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.48%

 BLUE value IS 64 (25.39% from 255) = 38.79%

R = 52.73%
G = 8.48%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#570E40 (or 0x570E40) is known color: Tyrian Purple. HEX triplet: 57, 0E and 40. RGB value is (87,14,64). Sum of RGB (Red+Green+Blue) = 87+14+64=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #570E40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570E40 is #A8F1BF. Grayscale: #292929. Windows color (decimal): -11071936 or 4197975. OLE color: 4197975.

HSL color Cylindrical-coordinate representation of color #570E40: hue angle of 318.9º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #570E40 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 14 64 -
CMYK 0 0.84 0.26 0.66
HSL 318.9º 0.72% 0.2% -
HSV(B) 318.9º 0.84% 0.34% -
XYZ 5.01 2.71 5.11 -
YUV 41.53 140.68 160.43 -
System Red Green Blue C M Y K H S L
Decimal 87 14 64 0 0.84 0.26 0.66 318.9 0.72 0.2
Hex 57 E 40 0 54 1A 42 13F 48 14
Octal 127 16 100 0 124 32 102 477 110 24
Binary 1010111 1110 1000000 0 1010100 11010 1000010 100111111 1001000 10100

Color Harmonies of #570E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570E40

Black with #570E40

Text Example


Text Example

White with #570E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,14,64); }

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

background-color css

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

 a { background-color: rgb(87,14,64); }

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

border-color css

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

 span { border-color: rgb(87,14,64); }

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