#73096B

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

Shades of Purple #73096B

Tints of Purple #73096B

Color information

#73096B (or 0x73096B) is unknown color: approx Purple. HEX triplet: 73, 09 and 6B. RGB value is (115,9,107). Sum of RGB (Red+Green+Blue) = 115+9+107=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73096B is #8CF694. Grayscale: #333333. Windows color (decimal): -9238165 or 7014771. OLE color: 7014771.

HSL color Cylindrical-coordinate representation of color #73096B: hue angle of 304.53º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73096B is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB1159107-
CMYK00.920.070.55
HSL304.53º85.48%24.31%-
HSV(B)304.53º92.17%45.1%-
XYZ9.824.914.34-
YUV51.87159.12173.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 9 (3.91% from 255) = 3.90%
BLUE value IS 107 (42.19% from 255) = 46.32%
R=49.78%
G=3.90%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115910700.920.070.55304.5385.4824.31
Hex7396B05C7371315518
Octal16311153013476746112530
Binary11100111001110101101011100111110111100110001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73096B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73096B; }

 p { color: rgb(115,9,107); }

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

<style>
 a { background-color: #73096B; }

 a { background-color: rgb(115,9,107); }

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

<style>
 span { border-color: #73096B; }

 span { border-color: rgb(115,9,107); }

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