#73016C

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

Shades of Purple #73016C

Tints of Purple #73016C

Color information

#73016C (or 0x73016C) is unknown color: approx Purple. HEX triplet: 73, 01 and 6C. RGB value is (115,1,108). Sum of RGB (Red+Green+Blue) = 115+1+108=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73016C is #8CFE93. Grayscale: #2E2E2E. Windows color (decimal): -9240212 or 7078259. OLE color: 7078259.

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

Color convert

RGB1151108-
CMYK00.990.060.55
HSL303.68º98.28%22.75%-
HSV(B)303.68º99.13%45.1%-
XYZ9.794.7514.59-
YUV47.28162.27176.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.34%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 108 (42.58% from 255) = 48.21%
R=51.34%
G=0.45%
B=48.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115110800.990.060.55303.6898.2822.75
Hex7316C0636371306217
Octal1631154014366746014227
Binary11100111110110001100011110110111100110000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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