#73024E

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

Shades of Tyrian Purple #73024E

Tints of Tyrian Purple #73024E

Color information

#73024E (or 0x73024E) is unknown color: approx Tyrian Purple. HEX triplet: 73, 02 and 4E. RGB value is (115,2,78). Sum of RGB (Red+Green+Blue) = 115+2+78=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #73024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73024E is #8CFDB1. Grayscale: #2C2C2C. Windows color (decimal): -9239986 or 5112435. OLE color: 5112435.

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

Color convert

RGB115278-
CMYK00.980.320.55
HSL319.65º96.58%22.94%-
HSV(B)319.65º98.26%45.1%-
XYZ8.474.247.58-
YUV44.45146.94178.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.97%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 78 (30.86% from 255) = 40%
R=58.97%
G=1.03%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11527800.980.320.55319.6596.5822.94
Hex7324E06220371406117
Octal16321160142406750014127
Binary111001110100111001100010100000110111101000000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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