Html Css Color HEX #570041 Tyrian Purple

📋 copy color: '#570041'

red 87 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #570041

Tints of Tyrian Purple #570041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 42.76%

R = 57.24%
G = 0%
B = 42.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#570041 (or 0x570041) is known color: Tyrian Purple. HEX triplet: 57, 00 and 41. RGB value is (87,0,65). Sum of RGB (Red+Green+Blue) = 87+0+65=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #570041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570041 is #A8FFBE. Grayscale: #212121. Windows color (decimal): -11075519 or 4259927. OLE color: 4259927.

HSL color Cylindrical-coordinate representation of color #570041: hue angle of 315.17º 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 #570041 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 0 65 -
CMYK 0 1 0.25 0.66
HSL 315.17º 1% 0.17% -
HSV(B) 315.17º 1% 0.34% -
XYZ 4.88 2.41 5.21 -
YUV 33.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 87 0 65 0 1 0.25 0.66 315.17 1 0.17
Hex 57 0 41 0 64 19 42 13B 64 11
Octal 127 0 101 0 144 31 102 473 144 21
Binary 1010111 0 1000001 0 1100100 11001 1000010 100111011 1100100 10001

Color Harmonies of #570041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570041

Black with #570041

Text Example


Text Example

White with #570041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570041; }

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

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

background-color css

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

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

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

border-color css

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

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

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