#73014F

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

Shades of Tyrian Purple #73014F

Tints of Tyrian Purple #73014F

Color information

#73014F (or 0x73014F) is unknown color: approx Tyrian Purple. HEX triplet: 73, 01 and 4F. RGB value is (115,1,79). Sum of RGB (Red+Green+Blue) = 115+1+79=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #73014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73014F is #8CFEB0. Grayscale: #2B2B2B. Windows color (decimal): -9240241 or 5177715. OLE color: 5177715.

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

Color convert

RGB115179-
CMYK00.990.310.55
HSL318.95º98.28%22.75%-
HSV(B)318.95º99.13%45.1%-
XYZ8.494.237.77-
YUV43.98147.77178.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.97%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 79 (31.25% from 255) = 40.51%
R=58.97%
G=0.51%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11517900.990.310.55318.9598.2822.75
Hex7314F0631F3713f6217
Octal16311170143376747714227
Binary1110011110011110110001111111110111100111111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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