#730942

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

Shades of Tyrian Purple #730942

Tints of Tyrian Purple #730942

Color information

#730942 (or 0x730942) is unknown color: approx Tyrian Purple. HEX triplet: 73, 09 and 42. RGB value is (115,9,66). Sum of RGB (Red+Green+Blue) = 115+9+66=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #730942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730942 is #8CF6BD. Grayscale: #2F2F2F. Windows color (decimal): -9238206 or 4327795. OLE color: 4327795.

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

Color convert

RGB115966-
CMYK00.920.430.55
HSL327.74º85.48%24.31%-
HSV(B)327.74º92.17%45.1%-
XYZ8.154.235.54-
YUV47.19138.62176.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.53%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=60.53%
G=4.74%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11596600.920.430.55327.7485.4824.31
Hex7394205C2B371485518
Octal163111020134536751012530
Binary11100111001100001001011100101011110111101001000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730942; }

 p { color: rgb(115,9,66); }

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

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

 a { background-color: rgb(115,9,66); }

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

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

 span { border-color: rgb(115,9,66); }

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