#73086A

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

Shades of Purple #73086A

Tints of Purple #73086A

Color information

#73086A (or 0x73086A) is unknown color: approx Purple. HEX triplet: 73, 08 and 6A. RGB value is (115,8,106). Sum of RGB (Red+Green+Blue) = 115+8+106=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73086A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73086A is #8CF795. Grayscale: #323232. Windows color (decimal): -9238422 or 6948979. OLE color: 6948979.

HSL color Cylindrical-coordinate representation of color #73086A: hue angle of 305.05º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73086A is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB1158106-
CMYK00.930.080.55
HSL305.05º86.99%24.12%-
HSV(B)305.05º93.04%45.1%-
XYZ9.764.8614.06-
YUV51.16158.95173.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.22%
GREEN value IS 8 (3.52% from 255) = 3.49%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=50.22%
G=3.49%
B=46.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115810600.930.080.55305.0586.9924.12
Hex7386A05D8371315718
Octal163101520135106746112730
Binary111001110001101010010111011000110111100110001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73086A; }

 p { color: rgb(115,8,106); }

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

<style>
 a { background-color: #73086A; }

 a { background-color: rgb(115,8,106); }

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

<style>
 span { border-color: #73086A; }

 span { border-color: rgb(115,8,106); }

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