#570353

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

Shades of Tyrian Purple #570353

Tints of Tyrian Purple #570353

Color information

#570353 (or 0x570353) is unknown color: approx Tyrian Purple. HEX triplet: 57, 03 and 53. RGB value is (87,3,83). Sum of RGB (Red+Green+Blue) = 87+3+83=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #570353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570353 is #A8FCAC. Grayscale: #252525. Windows color (decimal): -11074733 or 5440343. OLE color: 5440343.

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

Color convert

RGB87383-
CMYK00.970.050.66
HSL302.86º93.33%17.65%-
HSV(B)302.86º96.55%34.12%-
XYZ5.522.728.42-
YUV37.24153.83163.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.29%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 83 (32.81% from 255) = 47.98%
R=50.29%
G=1.73%
B=47.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8738300.970.050.66302.8693.3317.65
Hex5735306154212f5d12
Octal12731230141510245713522
Binary1010111111010011011000011011000010100101111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570353; }

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

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

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

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

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

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

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

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