#73014E

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

Shades of Tyrian Purple #73014E

Tints of Tyrian Purple #73014E

Color information

#73014E (or 0x73014E) is unknown color: approx Tyrian Purple. HEX triplet: 73, 01 and 4E. RGB value is (115,1,78). Sum of RGB (Red+Green+Blue) = 115+1+78=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #73014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73014E is #8CFEB1. Grayscale: #2B2B2B. Windows color (decimal): -9240242 or 5112179. OLE color: 5112179.

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

Color convert

RGB115178-
CMYK00.990.320.55
HSL319.47º98.28%22.75%-
HSV(B)319.47º99.13%45.1%-
XYZ8.464.227.58-
YUV43.86147.27178.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.28%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 78 (30.86% from 255) = 40.21%
R=59.28%
G=0.52%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11517800.990.320.55319.4798.2822.75
Hex7314E063203713f6217
Octal16311160143406747714227
Binary11100111100111001100011100000110111100111111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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