#73086C

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

Shades of Purple #73086C

Tints of Purple #73086C

Color information

#73086C (or 0x73086C) is unknown color: approx Purple. HEX triplet: 73, 08 and 6C. RGB value is (115,8,108). Sum of RGB (Red+Green+Blue) = 115+8+108=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73086C is #8CF793. Grayscale: #333333. Windows color (decimal): -9238420 or 7080051. OLE color: 7080051.

HSL color Cylindrical-coordinate representation of color #73086C: hue angle of 303.93º 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 #73086C is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB1158108-
CMYK00.930.060.55
HSL303.93º86.99%24.12%-
HSV(B)303.93º93.04%45.1%-
XYZ9.864.914.61-
YUV51.39159.95173.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 8 (3.52% from 255) = 3.46%
BLUE value IS 108 (42.58% from 255) = 46.75%
R=49.78%
G=3.46%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115810800.930.060.55303.9386.9924.12
Hex7386C05D6371305718
Octal16310154013566746012730
Binary11100111000110110001011101110110111100110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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