#730439

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

Shades of Tyrian Purple #730439

Tints of Tyrian Purple #730439

Color information

#730439 (or 0x730439) is unknown color: approx Tyrian Purple. HEX triplet: 73, 04 and 39. RGB value is (115,4,57). Sum of RGB (Red+Green+Blue) = 115+4+57=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #730439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730439 is #8CFBC6. Grayscale: #2B2B2B. Windows color (decimal): -9239495 or 3736691. OLE color: 3736691.

HSL color Cylindrical-coordinate representation of color #730439: hue angle of 331.35º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730439 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB115457-
CMYK00.970.500.55
HSL331.35º93.28%23.33%-
HSV(B)331.35º96.52%45.1%-
XYZ7.854.034.23-
YUV43.23135.77179.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.34%
GREEN value IS 4 (1.95% from 255) = 2.27%
BLUE value IS 57 (22.66% from 255) = 32.39%
R=65.34%
G=2.27%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11545700.970.500.55331.3593.2823.33
Hex73439061323714b5d17
Octal1634710141626751313527
Binary111001110011100101100001110010110111101001011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730439; }

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

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

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

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

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

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

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

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