#730539

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

Shades of Tyrian Purple #730539

Tints of Tyrian Purple #730539

Color information

#730539 (or 0x730539) is unknown color: approx Tyrian Purple. HEX triplet: 73, 05 and 39. RGB value is (115,5,57). Sum of RGB (Red+Green+Blue) = 115+5+57=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #730539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730539 is #8CFAC6. Grayscale: #2B2B2B. Windows color (decimal): -9239239 or 3736947. OLE color: 3736947.

HSL color Cylindrical-coordinate representation of color #730539: hue angle of 331.64º 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 #730539 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB115557-
CMYK00.960.500.55
HSL331.64º91.67%23.53%-
HSV(B)331.64º95.65%45.1%-
XYZ7.864.054.24-
YUV43.82135.44178.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.97%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 57 (22.66% from 255) = 32.20%
R=64.97%
G=2.82%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11555700.960.500.55331.6491.6723.53
Hex73539060323714c5c18
Octal1635710140626751413430
Binary111001110111100101100000110010110111101001100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730539; }

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

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

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

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

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

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

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

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