#731976

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

Shades of Dark Purple #731976

Tints of Dark Purple #731976

Color information

#731976 (or 0x731976) is unknown color: approx Dark Purple. HEX triplet: 73, 19 and 76. RGB value is (115,25,118). Sum of RGB (Red+Green+Blue) = 115+25+118=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #731976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731976 is #8CE689. Grayscale: #3E3E3E. Windows color (decimal): -9234058 or 7739763. OLE color: 7739763.

HSL color Cylindrical-coordinate representation of color #731976: hue angle of 298.06º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #731976 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11525118-
CMYK0.030.7900.54
HSL298.06º65.03%28.04%-
HSV(B)298.06º78.81%46.27%-
XYZ10.695.6517.67-
YUV62.51159.32165.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.57%
GREEN value IS 25 (10.16% from 255) = 9.69%
BLUE value IS 118 (46.48% from 255) = 45.74%
R=44.57%
G=9.69%
B=45.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115251180.030.7900.54298.0665.0328.04
Hex73197634F03612a411c
Octal16331166311706645210134
Binary11100111100111101101110011110110110100101010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731976; }

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

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

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

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

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

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

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

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