#73037E

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

Shades of Purple #73037E

Tints of Purple #73037E

Color information

#73037E (or 0x73037E) is unknown color: approx Purple. HEX triplet: 73, 03 and 7E. RGB value is (115,3,126). Sum of RGB (Red+Green+Blue) = 115+3+126=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 126 (49.61% from 255 or 51.64% from 244); Max value from RGB is 126 - color contains mainly: blue. Hex color #73037E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73037E is #8CFC81. Grayscale: #323232. Windows color (decimal): -9239682 or 8258419. OLE color: 8258419.

HSL color Cylindrical-coordinate representation of color #73037E: hue angle of 294.63º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73037E is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1153126-
CMYK0.090.9800.51
HSL294.63º95.35%25.29%-
HSV(B)294.63º97.62%49.41%-
XYZ10.875.2220.17-
YUV50.51170.61174-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.13%
GREEN value IS 3 (1.56% from 255) = 1.23%
BLUE value IS 126 (49.61% from 255) = 51.64%
R=47.13%
G=1.23%
B=51.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11531260.090.9800.51294.6395.3525.29
Hex7337E9620331275f19
Octal16331761114206344713731
Binary1110011111111110100111000100110011100100111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73037E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,3,126); }

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

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

 a { background-color: rgb(115,3,126); }

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

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

 span { border-color: rgb(115,3,126); }

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