#73168D

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

Shades of Purple #73168D

Tints of Purple #73168D

Color information

#73168D (or 0x73168D) is unknown color: approx Purple. HEX triplet: 73, 16 and 8D. RGB value is (115,22,141). Sum of RGB (Red+Green+Blue) = 115+22+141=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #73168D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73168D is #8CE972. Grayscale: #3E3E3E. Windows color (decimal): -9234803 or 9246323. OLE color: 9246323.

HSL color Cylindrical-coordinate representation of color #73168D: hue angle of 286.89º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73168D is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11522141-
CMYK0.180.8400.45
HSL286.89º73.01%31.96%-
HSV(B)286.89º84.4%55.29%-
XYZ12.166.1425.74-
YUV63.37171.81164.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.37%
GREEN value IS 22 (8.98% from 255) = 7.91%
BLUE value IS 141 (55.47% from 255) = 50.72%
R=41.37%
G=7.91%
B=50.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115221410.180.8400.45286.8973.0131.96
Hex73168D125402D11f4920
Octal163262152212405543711140
Binary1110011101101000110110010101010001011011000111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73168D; }

 p { color: rgb(115,22,141); }

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

<style>
 a { background-color: #73168D; }

 a { background-color: rgb(115,22,141); }

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

<style>
 span { border-color: #73168D; }

 span { border-color: rgb(115,22,141); }

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