#570348

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

Shades of Tyrian Purple #570348

Tints of Tyrian Purple #570348

Color information

#570348 (or 0x570348) is unknown color: approx Tyrian Purple. HEX triplet: 57, 03 and 48. RGB value is (87,3,72). Sum of RGB (Red+Green+Blue) = 87+3+72=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #570348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570348 is #A8FCB7. Grayscale: #232323. Windows color (decimal): -11074744 or 4719447. OLE color: 4719447.

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

Color convert

RGB87372-
CMYK00.970.170.66
HSL310.71º93.33%17.65%-
HSV(B)310.71º96.55%34.12%-
XYZ5.132.566.35-
YUV35.98148.33164.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.70%
GREEN value IS 3 (1.56% from 255) = 1.85%
BLUE value IS 72 (28.52% from 255) = 44.44%
R=53.70%
G=1.85%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8737200.970.170.66310.7193.3317.65
Hex5734806111421375d12
Octal127311001412110246713522
Binary101011111100100001100001100011000010100110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570348; }

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

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

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

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

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

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

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

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