#73146E

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

Shades of Dark Purple #73146E

Tints of Dark Purple #73146E

Color information

#73146E (or 0x73146E) is unknown color: approx Dark Purple. HEX triplet: 73, 14 and 6E. RGB value is (115,20,110). Sum of RGB (Red+Green+Blue) = 115+20+110=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #73146E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73146E is #8CEB91. Grayscale: #3A3A3A. Windows color (decimal): -9235346 or 7214195. OLE color: 7214195.

HSL color Cylindrical-coordinate representation of color #73146E: hue angle of 303.16º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73146E is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11520110-
CMYK00.830.040.55
HSL303.16º70.37%26.47%-
HSV(B)303.16º82.61%45.1%-
XYZ10.135.2715.24-
YUV58.66156.97168.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 20 (8.20% from 255) = 8.16%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=46.94%
G=8.16%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152011000.830.040.55303.1670.3726.47
Hex73146E05343712f461a
Octal16324156012346745710632
Binary111001110100110111001010011100110111100101111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73146E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73146E; }

 p { color: rgb(115,20,110); }

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

<style>
 a { background-color: #73146E; }

 a { background-color: rgb(115,20,110); }

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

<style>
 span { border-color: #73146E; }

 span { border-color: rgb(115,20,110); }

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