Html Css Color HEX #570044 Tyrian Purple

📋 copy color: '#570044'

red 87 ◦ green 0 ◦ blue 68

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

Shades of Tyrian Purple #570044

Tints of Tyrian Purple #570044

RGB

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

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

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

R = 56.13%
G = 0%
B = 43.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#570044 (or 0x570044) is known color: Tyrian Purple. HEX triplet: 57, 00 and 44. RGB value is (87,0,68). Sum of RGB (Red+Green+Blue) = 87+0+68=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 68 (26.95% from 255 or 43.87% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #570044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570044 is #A8FFBB. Grayscale: #212121. Windows color (decimal): -11075516 or 4456535. OLE color: 4456535.

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

Color convert

RGB 87 0 68 -
CMYK 0 1 0.22 0.66
HSL 313.1º 1% 0.17% -
HSV(B) 313.1º 1% 0.34% -
XYZ 4.97 2.44 5.68 -
YUV 33.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 87 0 68 0 1 0.22 0.66 313.1 1 0.17
Hex 57 0 44 0 64 16 42 139 64 11
Octal 127 0 104 0 144 26 102 471 144 21
Binary 1010111 0 1000100 0 1100100 10110 1000010 100111001 1100100 10001

Color Harmonies of #570044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570044

Black with #570044

Text Example


Text Example

White with #570044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570044; }

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

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

background-color css

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

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

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

border-color css

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

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

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