#73136E

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

Shades of Dark Purple #73136E

Tints of Dark Purple #73136E

Color information

#73136E (or 0x73136E) is unknown color: approx Dark Purple. HEX triplet: 73, 13 and 6E. RGB value is (115,19,110). Sum of RGB (Red+Green+Blue) = 115+19+110=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #73136E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73136E is #8CEC91. Grayscale: #393939. Windows color (decimal): -9235602 or 7213939. OLE color: 7213939.

HSL color Cylindrical-coordinate representation of color #73136E: hue angle of 303.12º degrees, saturation: 0.72, 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 #73136E is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11519110-
CMYK00.830.040.55
HSL303.12º71.64%26.27%-
HSV(B)303.12º83.48%45.1%-
XYZ10.125.2415.23-
YUV58.08157.3168.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.13%
GREEN value IS 19 (7.81% from 255) = 7.79%
BLUE value IS 110 (43.36% from 255) = 45.08%
R=47.13%
G=7.79%
B=45.08%

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
Decimal1151911000.830.040.55303.1271.6426.27
Hex73136E05343712f481a
Octal16323156012346745711032
Binary111001110011110111001010011100110111100101111100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73136E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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