#73096E

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

Shades of Purple #73096E

Tints of Purple #73096E

Color information

#73096E (or 0x73096E) is unknown color: approx Purple. HEX triplet: 73, 09 and 6E. RGB value is (115,9,110). Sum of RGB (Red+Green+Blue) = 115+9+110=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #73096E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73096E is #8CF691. Grayscale: #333333. Windows color (decimal): -9238162 or 7211379. OLE color: 7211379.

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

Color convert

RGB1159110-
CMYK00.920.040.55
HSL302.83º85.48%24.31%-
HSV(B)302.83º92.17%45.1%-
XYZ9.984.9715.18-
YUV52.21160.62172.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 9 (3.91% from 255) = 3.85%
BLUE value IS 110 (43.36% from 255) = 47.01%
R=49.15%
G=3.85%
B=47.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115911000.920.040.55302.8385.4824.31
Hex7396E05C43712f5518
Octal16311156013446745712530
Binary11100111001110111001011100100110111100101111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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