#73048E

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

Shades of Purple #73048E

Tints of Purple #73048E

Color information

#73048E (or 0x73048E) is unknown color: approx Purple. HEX triplet: 73, 04 and 8E. RGB value is (115,4,142). Sum of RGB (Red+Green+Blue) = 115+4+142=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #73048E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73048E is #8CFB71. Grayscale: #343434. Windows color (decimal): -9239410 or 9307251. OLE color: 9307251.

HSL color Cylindrical-coordinate representation of color #73048E: hue angle of 288.26º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73048E is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1154142-
CMYK0.190.9700.44
HSL288.26º94.52%28.63%-
HSV(B)288.26º97.18%55.69%-
XYZ125.6826.06-
YUV52.92178.27172.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 4 (1.95% from 255) = 1.53%
BLUE value IS 142 (55.86% from 255) = 54.41%
R=44.06%
G=1.53%
B=54.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11541420.190.9700.44288.2694.5228.63
Hex7348E136102C1205f1d
Octal16342162314105444013735
Binary1110011100100011101001111000010101100100100000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73048E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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