#730936

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

Shades of Tyrian Purple #730936

Tints of Tyrian Purple #730936

Color information

#730936 (or 0x730936) is unknown color: approx Tyrian Purple. HEX triplet: 73, 09 and 36. RGB value is (115,9,54). Sum of RGB (Red+Green+Blue) = 115+9+54=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #730936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730936 is #8CF6C9. Grayscale: #2D2D2D. Windows color (decimal): -9238218 or 3541363. OLE color: 3541363.

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

Color convert

RGB115954-
CMYK00.920.530.55
HSL334.53º85.48%24.31%-
HSV(B)334.53º92.17%45.1%-
XYZ7.834.113.87-
YUV45.82132.62177.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.61%
GREEN value IS 9 (3.91% from 255) = 5.06%
BLUE value IS 54 (21.48% from 255) = 30.34%
R=64.61%
G=5.06%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11595400.920.530.55334.5385.4824.31
Hex7393605C353714f5518
Octal16311660134656751712530
Binary1110011100111011001011100110101110111101001111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730936; }

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

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

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

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

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

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

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

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