#570441

Color #570441 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #570441

Tints of Tyrian Purple #570441

Color information

#570441 (or 0x570441) is unknown color: approx Tyrian Purple. HEX triplet: 57, 04 and 41. RGB value is (87,4,65). Sum of RGB (Red+Green+Blue) = 87+4+65=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #570441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570441 is #A8FBBE. Grayscale: #232323. Windows color (decimal): -11074495 or 4260951. OLE color: 4260951.

HSL color Cylindrical-coordinate representation of color #570441: hue angle of 315.9º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570441 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB87465-
CMYK00.950.250.66
HSL315.9º91.21%17.84%-
HSV(B)315.9º95.4%34.12%-
XYZ4.932.495.22-
YUV35.77144.5164.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.77%
GREEN value IS 4 (1.95% from 255) = 2.56%
BLUE value IS 65 (25.78% from 255) = 41.67%
R=55.77%
G=2.56%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8746500.950.250.66315.991.2117.84
Hex5744105F194213c5b12
Octal127410101373110247413322
Binary1010111100100000101011111110011000010100111100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570441; }

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

 H1.HeaderClassName
 {
   color: #570441;
 }
 .AnyTagClassName
 {
   color: #570441;
 }
</style>
background-color css

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

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

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

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

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

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