#73084E

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

Shades of Tyrian Purple #73084E

Tints of Tyrian Purple #73084E

Color information

#73084E (or 0x73084E) is unknown color: approx Tyrian Purple. HEX triplet: 73, 08 and 4E. RGB value is (115,8,78). Sum of RGB (Red+Green+Blue) = 115+8+78=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #73084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73084E is #8CF7B1. Grayscale: #2F2F2F. Windows color (decimal): -9238450 or 5113971. OLE color: 5113971.

HSL color Cylindrical-coordinate representation of color #73084E: hue angle of 320.75º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73084E is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB115878-
CMYK00.930.320.55
HSL320.75º86.99%24.12%-
HSV(B)320.75º93.04%45.1%-
XYZ8.534.377.6-
YUV47.97144.95175.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 8 (3.52% from 255) = 3.98%
BLUE value IS 78 (30.86% from 255) = 38.81%
R=57.21%
G=3.98%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11587800.930.320.55320.7586.9924.12
Hex7384E05D20371415718
Octal163101160135406750112730
Binary11100111000100111001011101100000110111101000001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73084E; }

 p { color: rgb(115,8,78); }

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

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

 a { background-color: rgb(115,8,78); }

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

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

 span { border-color: rgb(115,8,78); }

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