#73015B

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

Shades of Tyrian Purple #73015B

Tints of Tyrian Purple #73015B

Color information

#73015B (or 0x73015B) is unknown color: approx Tyrian Purple. HEX triplet: 73, 01 and 5B. RGB value is (115,1,91). Sum of RGB (Red+Green+Blue) = 115+1+91=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #73015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73015B is #8CFEA4. Grayscale: #2D2D2D. Windows color (decimal): -9240229 or 5964147. OLE color: 5964147.

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

Color convert

RGB115191-
CMYK00.990.210.55
HSL312.63º98.28%22.75%-
HSV(B)312.63º99.13%45.1%-
XYZ8.974.4210.28-
YUV45.35153.77177.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.56%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=55.56%
G=0.48%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11519100.990.210.55312.6398.2822.75
Hex7315B06315371396217
Octal16311330143256747114227
Binary1110011110110110110001110101110111100111001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73015B; }

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

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

<style>
 a { background-color: #73015B; }

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

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

<style>
 span { border-color: #73015B; }

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

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