#73005E

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

Shades of Purple #73005E

Tints of Purple #73005E

Color information

#73005E (or 0x73005E) is unknown color: approx Purple. HEX triplet: 73, 00 and 5E. RGB value is (115,0,94). Sum of RGB (Red+Green+Blue) = 115+0+94=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #73005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73005E is #8CFFA1. Grayscale: #2C2C2C. Windows color (decimal): -9240482 or 6160499. OLE color: 6160499.

HSL color Cylindrical-coordinate representation of color #73005E: hue angle of 310.96º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73005E is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB115094-
CMYK010.180.55
HSL310.96º100%22.55%-
HSV(B)310.96º100%45.1%-
XYZ9.094.4510.97-
YUV45.1155.6177.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=55.02%
G=0%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115094010.180.55310.9610022.55
Hex7305E06412371376417
Octal16301360144226746714427
Binary1110011010111100110010010010110111100110111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,0,94); }

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

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

 a { background-color: rgb(115,0,94); }

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

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

 span { border-color: rgb(115,0,94); }

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