#73037F

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

Shades of Purple #73037F

Tints of Purple #73037F

Color information

#73037F (or 0x73037F) is unknown color: approx Purple. HEX triplet: 73, 03 and 7F. RGB value is (115,3,127). Sum of RGB (Red+Green+Blue) = 115+3+127=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #73037F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73037F is #8CFC80. Grayscale: #323232. Windows color (decimal): -9239681 or 8323955. OLE color: 8323955.

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

Color convert

RGB1153127-
CMYK0.090.9800.50
HSL294.19º95.38%25.49%-
HSV(B)294.19º97.64%49.8%-
XYZ10.935.2420.51-
YUV50.62171.11173.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 127 (50% from 255) = 51.84%
R=46.94%
G=1.22%
B=51.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11531270.090.9800.50294.1995.3825.49
Hex7337F9620321265f19
Octal16331771114206244613731
Binary1110011111111111100111000100110010100100110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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