#730540

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

Shades of Tyrian Purple #730540

Tints of Tyrian Purple #730540

Color information

#730540 (or 0x730540) is unknown color: approx Tyrian Purple. HEX triplet: 73, 05 and 40. RGB value is (115,5,64). Sum of RGB (Red+Green+Blue) = 115+5+64=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #730540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730540 is #8CFABF. Grayscale: #2C2C2C. Windows color (decimal): -9239232 or 4195699. OLE color: 4195699.

HSL color Cylindrical-coordinate representation of color #730540: hue angle of 327.82º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730540 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB115564-
CMYK00.960.440.55
HSL327.82º91.67%23.53%-
HSV(B)327.82º95.65%45.1%-
XYZ8.054.125.22-
YUV44.62138.94178.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.5%
GREEN value IS 5 (2.34% from 255) = 2.72%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=62.5%
G=2.72%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11556400.960.440.55327.8291.6723.53
Hex735400602C371485c18
Octal16351000140546751013430
Binary1110011101100000001100000101100110111101001000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730540; }

 p { color: rgb(115,5,64); }

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

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

 a { background-color: rgb(115,5,64); }

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

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

 span { border-color: rgb(115,5,64); }

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