#73028A

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

Shades of Purple #73028A

Tints of Purple #73028A

Color information

#73028A (or 0x73028A) is unknown color: approx Purple. HEX triplet: 73, 02 and 8A. RGB value is (115,2,138). Sum of RGB (Red+Green+Blue) = 115+2+138=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #73028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73028A is #8CFD75. Grayscale: #323232. Windows color (decimal): -9239926 or 9044595. OLE color: 9044595.

HSL color Cylindrical-coordinate representation of color #73028A: hue angle of 289.85º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73028A is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1152138-
CMYK0.170.9900.46
HSL289.85º97.14%27.45%-
HSV(B)289.85º98.55%54.12%-
XYZ11.685.5224.5-
YUV51.29176.94173.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.10%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 138 (54.30% from 255) = 54.12%
R=45.10%
G=0.78%
B=54.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11521380.170.9900.46289.8597.1427.45
Hex7328A116302E122611b
Octal16322122114305644214133
Binary111001110100010101000111000110101110100100010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73028A; }

 p { color: rgb(115,2,138); }

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

<style>
 a { background-color: #73028A; }

 a { background-color: rgb(115,2,138); }

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

<style>
 span { border-color: #73028A; }

 span { border-color: rgb(115,2,138); }

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