#73168C

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

Shades of Purple #73168C

Tints of Purple #73168C

Color information

#73168C (or 0x73168C) is unknown color: approx Purple. HEX triplet: 73, 16 and 8C. RGB value is (115,22,140). Sum of RGB (Red+Green+Blue) = 115+22+140=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #73168C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73168C is #8CE973. Grayscale: #3E3E3E. Windows color (decimal): -9234804 or 9180787. OLE color: 9180787.

HSL color Cylindrical-coordinate representation of color #73168C: hue angle of 287.29º 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 #73168C is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11522140-
CMYK0.180.8400.45
HSL287.29º72.84%31.76%-
HSV(B)287.29º84.29%54.9%-
XYZ12.096.1125.35-
YUV63.26171.31164.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 22 (8.98% from 255) = 7.94%
BLUE value IS 140 (55.08% from 255) = 50.54%
R=41.52%
G=7.94%
B=50.54%

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
Decimal115221400.180.8400.45287.2972.8431.76
Hex73168C125402D11f4920
Octal163262142212405543711140
Binary1110011101101000110010010101010001011011000111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73168C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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