#73126E

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

Shades of Dark Purple #73126E

Tints of Dark Purple #73126E

Color information

#73126E (or 0x73126E) is unknown color: approx Dark Purple. HEX triplet: 73, 12 and 6E. RGB value is (115,18,110). Sum of RGB (Red+Green+Blue) = 115+18+110=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #73126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73126E is #8CED91. Grayscale: #393939. Windows color (decimal): -9235858 or 7213683. OLE color: 7213683.

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

Color convert

RGB11518110-
CMYK00.840.040.55
HSL303.09º72.93%26.08%-
HSV(B)303.09º84.35%45.1%-
XYZ10.15.215.22-
YUV57.49157.64169.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.33%
GREEN value IS 18 (7.42% from 255) = 7.41%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=47.33%
G=7.41%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151811000.840.040.55303.0972.9326.08
Hex73126E05443712f491a
Octal16322156012446745711132
Binary111001110010110111001010100100110111100101111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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