#73196F

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

Shades of Dark Purple #73196F

Tints of Dark Purple #73196F

Color information

#73196F (or 0x73196F) is unknown color: approx Dark Purple. HEX triplet: 73, 19 and 6F. RGB value is (115,25,111). Sum of RGB (Red+Green+Blue) = 115+25+111=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #73196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73196F is #8CE690. Grayscale: #3D3D3D. Windows color (decimal): -9234065 or 7281011. OLE color: 7281011.

HSL color Cylindrical-coordinate representation of color #73196F: hue angle of 302.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73196F is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11525111-
CMYK00.780.030.55
HSL302.67º64.29%27.45%-
HSV(B)302.67º78.26%45.1%-
XYZ10.295.4915.56-
YUV61.71155.82166.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 25 (10.16% from 255) = 9.96%
BLUE value IS 111 (43.75% from 255) = 44.22%
R=45.82%
G=9.96%
B=44.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152511100.780.030.55302.6764.2927.45
Hex73196F04E33712f401b
Octal16331157011636745710033
Binary11100111100111011110100111011110111100101111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73196F; }

 p { color: rgb(115,25,111); }

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

<style>
 a { background-color: #73196F; }

 a { background-color: rgb(115,25,111); }

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

<style>
 span { border-color: #73196F; }

 span { border-color: rgb(115,25,111); }

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