#73093A

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

Shades of Tyrian Purple #73093A

Tints of Tyrian Purple #73093A

Color information

#73093A (or 0x73093A) is unknown color: approx Tyrian Purple. HEX triplet: 73, 09 and 3A. RGB value is (115,9,58). Sum of RGB (Red+Green+Blue) = 115+9+58=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #73093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73093A is #8CF6C5. Grayscale: #2E2E2E. Windows color (decimal): -9238214 or 3803507. OLE color: 3803507.

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

Color convert

RGB115958-
CMYK00.920.500.55
HSL332.26º85.48%24.31%-
HSV(B)332.26º92.17%45.1%-
XYZ7.934.154.39-
YUV46.28134.62177.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.19%
GREEN value IS 9 (3.91% from 255) = 4.95%
BLUE value IS 58 (23.05% from 255) = 31.87%
R=63.19%
G=4.95%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11595800.920.500.55332.2685.4824.31
Hex7393A05C323714c5518
Octal16311720134626751412530
Binary1110011100111101001011100110010110111101001100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73093A; }

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

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

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

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

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

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

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

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