#73093D

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

Shades of Tyrian Purple #73093D

Tints of Tyrian Purple #73093D

Color information

#73093D (or 0x73093D) is unknown color: approx Tyrian Purple. HEX triplet: 73, 09 and 3D. RGB value is (115,9,61). Sum of RGB (Red+Green+Blue) = 115+9+61=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #73093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73093D is #8CF6C2. Grayscale: #2E2E2E. Windows color (decimal): -9238211 or 4000115. OLE color: 4000115.

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

Color convert

RGB115961-
CMYK00.920.470.55
HSL330.57º85.48%24.31%-
HSV(B)330.57º92.17%45.1%-
XYZ8.014.184.8-
YUV46.62136.12176.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.16%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=62.16%
G=4.86%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11596100.920.470.55330.5785.4824.31
Hex7393D05C2F3714b5518
Octal16311750134576751312530
Binary1110011100111110101011100101111110111101001011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73093D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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