#570448

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

Shades of Tyrian Purple #570448

Tints of Tyrian Purple #570448

Color information

#570448 (or 0x570448) is unknown color: approx Tyrian Purple. HEX triplet: 57, 04 and 48. RGB value is (87,4,72). Sum of RGB (Red+Green+Blue) = 87+4+72=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #570448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570448 is #A8FBB7. Grayscale: #242424. Windows color (decimal): -11074488 or 4719703. OLE color: 4719703.

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

Color convert

RGB87472-
CMYK00.950.170.66
HSL310.84º91.21%17.84%-
HSV(B)310.84º95.4%34.12%-
XYZ5.142.586.36-
YUV36.57148163.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.37%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 72 (28.52% from 255) = 44.17%
R=53.37%
G=2.45%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8747200.950.170.66310.8491.2117.84
Hex5744805F11421375b12
Octal127411001372110246713322
Binary1010111100100100001011111100011000010100110111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570448; }

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

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

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

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

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

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

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

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