#73084F

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

Shades of Tyrian Purple #73084F

Tints of Tyrian Purple #73084F

Color information

#73084F (or 0x73084F) is unknown color: approx Tyrian Purple. HEX triplet: 73, 08 and 4F. RGB value is (115,8,79). Sum of RGB (Red+Green+Blue) = 115+8+79=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #73084F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73084F is #8CF7B0. Grayscale: #2F2F2F. Windows color (decimal): -9238449 or 5179507. OLE color: 5179507.

HSL color Cylindrical-coordinate representation of color #73084F: hue angle of 320.19º 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 #73084F is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB115879-
CMYK00.930.310.55
HSL320.19º86.99%24.12%-
HSV(B)320.19º93.04%45.1%-
XYZ8.574.387.79-
YUV48.09145.45175.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.93%
GREEN value IS 8 (3.52% from 255) = 3.96%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=56.93%
G=3.96%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11587900.930.310.55320.1986.9924.12
Hex7384F05D1F371405718
Octal163101170135376750012730
Binary1110011100010011110101110111111110111101000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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