Html Css Color HEX #570040 Tyrian Purple

📋 copy color: '#570040'

red 87 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #570040

Tints of Tyrian Purple #570040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.62%
G = 0%
B = 42.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#570040 (or 0x570040) is known color: Tyrian Purple. HEX triplet: 57, 00 and 40. RGB value is (87,0,64). Sum of RGB (Red+Green+Blue) = 87+0+64=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #570040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570040 is #A8FFBF. Grayscale: #212121. Windows color (decimal): -11075520 or 4194391. OLE color: 4194391.

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

Color convert

RGB 87 0 64 -
CMYK 0 1 0.26 0.66
HSL 315.86º 1% 0.17% -
HSV(B) 315.86º 1% 0.34% -
XYZ 4.86 2.4 5.06 -
YUV 33.31 145.32 166.3 -
System Red Green Blue C M Y K H S L
Decimal 87 0 64 0 1 0.26 0.66 315.86 1 0.17
Hex 57 0 40 0 64 1A 42 13C 64 11
Octal 127 0 100 0 144 32 102 474 144 21
Binary 1010111 0 1000000 0 1100100 11010 1000010 100111100 1100100 10001

Color Harmonies of #570040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570040

Black with #570040

Text Example


Text Example

White with #570040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570040; }

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

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

background-color css

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

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

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

border-color css

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

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

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