#73158D

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

Shades of Purple #73158D

Tints of Purple #73158D

Color information

#73158D (or 0x73158D) is unknown color: approx Purple. HEX triplet: 73, 15 and 8D. RGB value is (115,21,141). Sum of RGB (Red+Green+Blue) = 115+21+141=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #73158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73158D is #8CEA72. Grayscale: #3E3E3E. Windows color (decimal): -9235059 or 9246067. OLE color: 9246067.

HSL color Cylindrical-coordinate representation of color #73158D: hue angle of 287º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73158D is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11521141-
CMYK0.180.8500.45
HSL287º74.07%31.76%-
HSV(B)287º85.11%55.29%-
XYZ12.156.125.74-
YUV62.79172.14165.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 21 (8.59% from 255) = 7.58%
BLUE value IS 141 (55.47% from 255) = 50.90%
R=41.52%
G=7.58%
B=50.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115211410.180.8500.4528774.0731.76
Hex73158D125502D11f4a20
Octal163252152212505543711240
Binary1110011101011000110110010101010101011011000111111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73158D; }

 p { color: rgb(115,21,141); }

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

<style>
 a { background-color: #73158D; }

 a { background-color: rgb(115,21,141); }

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

<style>
 span { border-color: #73158D; }

 span { border-color: rgb(115,21,141); }

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