#73016D

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

Shades of Purple #73016D

Tints of Purple #73016D

Color information

#73016D (or 0x73016D) is unknown color: approx Purple. HEX triplet: 73, 01 and 6D. RGB value is (115,1,109). Sum of RGB (Red+Green+Blue) = 115+1+109=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73016D is #8CFE92. Grayscale: #2F2F2F. Windows color (decimal): -9240211 or 7143795. OLE color: 7143795.

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

Color convert

RGB1151109-
CMYK00.990.050.55
HSL303.16º98.28%22.75%-
HSV(B)303.16º99.13%45.1%-
XYZ9.844.7714.87-
YUV47.4162.77176.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=51.11%
G=0.44%
B=48.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115110900.990.050.55303.1698.2822.75
Hex7316D06353712f6217
Octal1631155014356745714227
Binary11100111110110101100011101110111100101111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73016D; }

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

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

<style>
 a { background-color: #73016D; }

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

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

<style>
 span { border-color: #73016D; }

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

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