#73057F

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

Shades of Purple #73057F

Tints of Purple #73057F

Color information

#73057F (or 0x73057F) is unknown color: approx Purple. HEX triplet: 73, 05 and 7F. RGB value is (115,5,127). Sum of RGB (Red+Green+Blue) = 115+5+127=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #73057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73057F is #8CFA80. Grayscale: #333333. Windows color (decimal): -9239169 or 8324467. OLE color: 8324467.

HSL color Cylindrical-coordinate representation of color #73057F: hue angle of 294.1º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73057F is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1155127-
CMYK0.090.9600.50
HSL294.1º92.42%25.88%-
HSV(B)294.1º96.06%49.8%-
XYZ10.965.2920.52-
YUV51.8170.44173.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 127 (50% from 255) = 51.42%
R=46.56%
G=2.02%
B=51.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11551270.090.9600.50294.192.4225.88
Hex7357F9600321265c1a
Octal16351771114006244613432
Binary11100111011111111100111000000110010100100110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73057F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73057F; }

 p { color: rgb(115,5,127); }

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

<style>
 a { background-color: #73057F; }

 a { background-color: rgb(115,5,127); }

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

<style>
 span { border-color: #73057F; }

 span { border-color: rgb(115,5,127); }

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