#73157E

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

Shades of Purple #73157E

Tints of Purple #73157E

Color information

#73157E (or 0x73157E) is unknown color: approx Purple. HEX triplet: 73, 15 and 7E. RGB value is (115,21,126). Sum of RGB (Red+Green+Blue) = 115+21+126=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #73157E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73157E is #8CEA81. Grayscale: #3C3C3C. Windows color (decimal): -9235074 or 8263027. OLE color: 8263027.

HSL color Cylindrical-coordinate representation of color #73157E: hue angle of 293.71º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73157E is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11521126-
CMYK0.090.8300.51
HSL293.71º71.43%28.82%-
HSV(B)293.71º83.33%49.41%-
XYZ11.15.6920.25-
YUV61.08164.64166.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 21 (8.59% from 255) = 8.02%
BLUE value IS 126 (49.61% from 255) = 48.09%
R=43.89%
G=8.02%
B=48.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115211260.090.8300.51293.7171.4328.82
Hex73157E953033126471d
Octal163251761112306344610735
Binary1110011101011111110100110100110110011100100110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73157E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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