#73076E

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

Shades of Purple #73076E

Tints of Purple #73076E

Color information

#73076E (or 0x73076E) is unknown color: approx Purple. HEX triplet: 73, 07 and 6E. RGB value is (115,7,110). Sum of RGB (Red+Green+Blue) = 115+7+110=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73076E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73076E is #8CF891. Grayscale: #323232. Windows color (decimal): -9238674 or 7210867. OLE color: 7210867.

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

Color convert

RGB1157110-
CMYK00.940.040.55
HSL302.78º88.52%23.92%-
HSV(B)302.78º93.91%45.1%-
XYZ9.964.9215.18-
YUV51.03161.28173.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.57%
GREEN value IS 7 (3.12% from 255) = 3.02%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=49.57%
G=3.02%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115711000.940.040.55302.7888.5223.92
Hex7376E05E43712f5918
Octal1637156013646745713130
Binary1110011111110111001011110100110111100101111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73076E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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