#73148D

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

Shades of Purple #73148D

Tints of Purple #73148D

Color information

#73148D (or 0x73148D) is unknown color: approx Purple. HEX triplet: 73, 14 and 8D. RGB value is (115,20,141). Sum of RGB (Red+Green+Blue) = 115+20+141=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #73148D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73148D is #8CEB72. Grayscale: #3D3D3D. Windows color (decimal): -9235315 or 9245811. OLE color: 9245811.

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

Color convert

RGB11520141-
CMYK0.180.8600.45
HSL287.11º75.16%31.57%-
HSV(B)287.11º85.82%55.29%-
XYZ12.136.0725.73-
YUV62.2172.47165.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.67%
GREEN value IS 20 (8.20% from 255) = 7.25%
BLUE value IS 141 (55.47% from 255) = 51.09%
R=41.67%
G=7.25%
B=51.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115201410.180.8600.45287.1175.1631.57
Hex73148D125602D11f4b20
Octal163242152212605543711340
Binary1110011101001000110110010101011001011011000111111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73148D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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