#73025E

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

Shades of Purple #73025E

Tints of Purple #73025E

Color information

#73025E (or 0x73025E) is unknown color: approx Purple. HEX triplet: 73, 02 and 5E. RGB value is (115,2,94). Sum of RGB (Red+Green+Blue) = 115+2+94=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73025E is #8CFDA1. Grayscale: #2E2E2E. Windows color (decimal): -9239970 or 6161011. OLE color: 6161011.

HSL color Cylindrical-coordinate representation of color #73025E: hue angle of 311.15º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73025E is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB115294-
CMYK00.980.180.55
HSL311.15º96.58%22.94%-
HSV(B)311.15º98.26%45.1%-
XYZ9.114.510.98-
YUV46.28154.94177.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.50%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 94 (37.11% from 255) = 44.55%
R=54.50%
G=0.95%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11529400.980.180.55311.1596.5822.94
Hex7325E06212371376117
Octal16321360142226746714127
Binary11100111010111100110001010010110111100110111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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