#73047D

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

Shades of Purple #73047D

Tints of Purple #73047D

Color information

#73047D (or 0x73047D) is unknown color: approx Purple. HEX triplet: 73, 04 and 7D. RGB value is (115,4,125). Sum of RGB (Red+Green+Blue) = 115+4+125=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #73047D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73047D is #8CFB82. Grayscale: #323232. Windows color (decimal): -9239427 or 8193139. OLE color: 8193139.

HSL color Cylindrical-coordinate representation of color #73047D: hue angle of 295.04º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73047D is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1154125-
CMYK0.080.9700.51
HSL295.04º93.8%25.29%-
HSV(B)295.04º96.8%49.02%-
XYZ10.825.2119.84-
YUV50.98169.77173.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.13%
GREEN value IS 4 (1.95% from 255) = 1.64%
BLUE value IS 125 (49.22% from 255) = 51.23%
R=47.13%
G=1.64%
B=51.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11541250.080.9700.51295.0493.825.29
Hex7347D8610331275e19
Octal16341751014106344713631
Binary11100111001111101100011000010110011100100111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73047D; }

 p { color: rgb(115,4,125); }

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

<style>
 a { background-color: #73047D; }

 a { background-color: rgb(115,4,125); }

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

<style>
 span { border-color: #73047D; }

 span { border-color: rgb(115,4,125); }

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