#73116C

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

Shades of Dark Purple #73116C

Tints of Dark Purple #73116C

Color information

#73116C (or 0x73116C) is unknown color: approx Dark Purple. HEX triplet: 73, 11 and 6C. RGB value is (115,17,108). Sum of RGB (Red+Green+Blue) = 115+17+108=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #73116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73116C is #8CEE93. Grayscale: #383838. Windows color (decimal): -9236116 or 7082355. OLE color: 7082355.

HSL color Cylindrical-coordinate representation of color #73116C: hue angle of 304.29º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73116C is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11517108-
CMYK00.850.060.55
HSL304.29º74.24%25.88%-
HSV(B)304.29º85.22%45.1%-
XYZ9.985.1314.65-
YUV56.68156.97169.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.92%
GREEN value IS 17 (7.03% from 255) = 7.08%
BLUE value IS 108 (42.58% from 255) = 45%
R=47.92%
G=7.08%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151710800.850.060.55304.2974.2425.88
Hex73116C0556371304a1a
Octal16321154012566746011232
Binary111001110001110110001010101110110111100110000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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