#730039

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

Shades of Tyrian Purple #730039

Tints of Tyrian Purple #730039

Color information

#730039 (or 0x730039) is unknown color: approx Tyrian Purple. HEX triplet: 73, 00 and 39. RGB value is (115,0,57). Sum of RGB (Red+Green+Blue) = 115+0+57=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #730039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730039 is #8CFFC6. Grayscale: #282828. Windows color (decimal): -9240519 or 3735667. OLE color: 3735667.

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

Color convert

RGB115057-
CMYK010.500.55
HSL330.26º100%22.55%-
HSV(B)330.26º100%45.1%-
XYZ7.813.944.22-
YUV40.88137.1180.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 33.14%
R=66.86%
G=0%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115057010.500.55330.2610022.55
Hex73039064323714a6417
Octal1630710144626751214427
Binary1110011011100101100100110010110111101001010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730039; }

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

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

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

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

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

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

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

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