#73028B

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

Shades of Purple #73028B

Tints of Purple #73028B

Color information

#73028B (or 0x73028B) is unknown color: approx Purple. HEX triplet: 73, 02 and 8B. RGB value is (115,2,139). Sum of RGB (Red+Green+Blue) = 115+2+139=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #73028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73028B is #8CFD74. Grayscale: #323232. Windows color (decimal): -9239925 or 9110131. OLE color: 9110131.

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

Color convert

RGB1152139-
CMYK0.170.9900.45
HSL289.49º97.16%27.65%-
HSV(B)289.49º98.56%54.51%-
XYZ11.755.5524.88-
YUV51.4177.44173.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 139 (54.69% from 255) = 54.30%
R=44.92%
G=0.78%
B=54.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11521390.170.9900.45289.4997.1627.65
Hex7328B116302D121611c
Octal16322132114305544114134
Binary111001110100010111000111000110101101100100001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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