#570350

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

Shades of Tyrian Purple #570350

Tints of Tyrian Purple #570350

Color information

#570350 (or 0x570350) is unknown color: approx Tyrian Purple. HEX triplet: 57, 03 and 50. RGB value is (87,3,80). Sum of RGB (Red+Green+Blue) = 87+3+80=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #570350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570350 is #A8FCAF. Grayscale: #242424. Windows color (decimal): -11074736 or 5243735. OLE color: 5243735.

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

Color convert

RGB87380-
CMYK00.970.080.66
HSL305º93.33%17.65%-
HSV(B)305º96.55%34.12%-
XYZ5.412.677.82-
YUV36.89152.33163.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.18%
GREEN value IS 3 (1.56% from 255) = 1.76%
BLUE value IS 80 (31.64% from 255) = 47.06%
R=51.18%
G=1.76%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8738000.970.080.6630593.3317.65
Hex573500618421315d12
Octal127312001411010246113522
Binary10101111110100000110000110001000010100110001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570350; }

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

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

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

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

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

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

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

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