#73093B

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

Shades of Tyrian Purple #73093B

Tints of Tyrian Purple #73093B

Color information

#73093B (or 0x73093B) is unknown color: approx Tyrian Purple. HEX triplet: 73, 09 and 3B. RGB value is (115,9,59). Sum of RGB (Red+Green+Blue) = 115+9+59=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #73093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73093B is #8CF6C4. Grayscale: #2E2E2E. Windows color (decimal): -9238213 or 3869043. OLE color: 3869043.

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

Color convert

RGB115959-
CMYK00.920.490.55
HSL331.7º85.48%24.31%-
HSV(B)331.7º92.17%45.1%-
XYZ7.964.164.52-
YUV46.39135.12176.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.84%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 59 (23.44% from 255) = 32.24%
R=62.84%
G=4.92%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11595900.920.490.55331.785.4824.31
Hex7393B05C313714c5518
Octal16311730134616751412530
Binary1110011100111101101011100110001110111101001100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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