#731974

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

Shades of Dark Purple #731974

Tints of Dark Purple #731974

Color information

#731974 (or 0x731974) is unknown color: approx Dark Purple. HEX triplet: 73, 19 and 74. RGB value is (115,25,116). Sum of RGB (Red+Green+Blue) = 115+25+116=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #731974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731974 is #8CE68B. Grayscale: #3E3E3E. Windows color (decimal): -9234060 or 7608691. OLE color: 7608691.

HSL color Cylindrical-coordinate representation of color #731974: hue angle of 299.34º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #731974 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11525116-
CMYK0.010.7800.55
HSL299.34º64.54%27.65%-
HSV(B)299.34º78.45%45.49%-
XYZ10.575.617.05-
YUV62.28158.32165.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 25 (10.16% from 255) = 9.77%
BLUE value IS 116 (45.70% from 255) = 45.31%
R=44.92%
G=9.77%
B=45.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115251160.010.7800.55299.3464.5427.65
Hex73197414E03712b411c
Octal16331164111606745310134
Binary1110011110011110100110011100110111100101011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731974; }

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

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

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

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

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

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

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

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