#73126C

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

Shades of Dark Purple #73126C

Tints of Dark Purple #73126C

Color information

#73126C (or 0x73126C) is unknown color: approx Dark Purple. HEX triplet: 73, 12 and 6C. RGB value is (115,18,108). Sum of RGB (Red+Green+Blue) = 115+18+108=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #73126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73126C is #8CED93. Grayscale: #393939. Windows color (decimal): -9235860 or 7082611. OLE color: 7082611.

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

Color convert

RGB11518108-
CMYK00.840.060.55
HSL304.33º72.93%26.08%-
HSV(B)304.33º84.35%45.1%-
XYZ9.995.1614.66-
YUV57.26156.64169.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.72%
GREEN value IS 18 (7.42% from 255) = 7.47%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=47.72%
G=7.47%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151810800.840.060.55304.3372.9326.08
Hex73126C054637130491a
Octal16322154012466746011132
Binary111001110010110110001010100110110111100110000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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