#73158A

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

Shades of Purple #73158A

Tints of Purple #73158A

Color information

#73158A (or 0x73158A) is unknown color: approx Purple. HEX triplet: 73, 15 and 8A. RGB value is (115,21,138). Sum of RGB (Red+Green+Blue) = 115+21+138=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #73158A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73158A is #8CEA75. Grayscale: #3E3E3E. Windows color (decimal): -9235062 or 9049459. OLE color: 9049459.

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

Color convert

RGB11521138-
CMYK0.170.8500.46
HSL288.21º73.58%31.18%-
HSV(B)288.21º84.78%54.12%-
XYZ11.936.0224.58-
YUV62.44170.64165.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.97%
GREEN value IS 21 (8.59% from 255) = 7.66%
BLUE value IS 138 (54.30% from 255) = 50.36%
R=41.97%
G=7.66%
B=50.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115211380.170.8500.46288.2173.5831.18
Hex73158A115502E1204a1f
Octal163252122112505644011237
Binary111001110101100010101000110101010101110100100000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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