#73014A

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

Shades of Tyrian Purple #73014A

Tints of Tyrian Purple #73014A

Color information

#73014A (or 0x73014A) is unknown color: approx Tyrian Purple. HEX triplet: 73, 01 and 4A. RGB value is (115,1,74). Sum of RGB (Red+Green+Blue) = 115+1+74=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #73014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73014A is #8CFEB5. Grayscale: #2B2B2B. Windows color (decimal): -9240246 or 4850035. OLE color: 4850035.

HSL color Cylindrical-coordinate representation of color #73014A: hue angle of 321.58º 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 #73014A is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB115174-
CMYK00.990.360.55
HSL321.58º98.28%22.75%-
HSV(B)321.58º99.13%45.1%-
XYZ8.324.166.84-
YUV43.41145.27179.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.53%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=60.53%
G=0.53%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11517400.990.360.55321.5898.2822.75
Hex7314A06324371426217
Octal16311120143446750214227
Binary11100111100101001100011100100110111101000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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