#73047C

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

Shades of Purple #73047C

Tints of Purple #73047C

Color information

#73047C (or 0x73047C) is unknown color: approx Purple. HEX triplet: 73, 04 and 7C. RGB value is (115,4,124). Sum of RGB (Red+Green+Blue) = 115+4+124=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #73047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73047C is #8CFB83. Grayscale: #323232. Windows color (decimal): -9239428 or 8127603. OLE color: 8127603.

HSL color Cylindrical-coordinate representation of color #73047C: hue angle of 295.5º 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 #73047C is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1154124-
CMYK0.070.9700.51
HSL295.5º93.75%25.1%-
HSV(B)295.5º96.77%48.63%-
XYZ10.755.1919.5-
YUV50.87169.27173.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.33%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 124 (48.83% from 255) = 51.03%
R=47.33%
G=1.65%
B=51.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11541240.070.9700.51295.593.7525.1
Hex7347C7610331285e19
Octal1634174714106345013631
Binary1110011100111110011111000010110011100101000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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