#731A76

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

Shades of Dark Purple #731A76

Tints of Dark Purple #731A76

Color information

#731A76 (or 0x731A76) is unknown color: approx Dark Purple. HEX triplet: 73, 1A and 76. RGB value is (115,26,118). Sum of RGB (Red+Green+Blue) = 115+26+118=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #731A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731A76 is #8CE589. Grayscale: #3E3E3E. Windows color (decimal): -9233802 or 7740019. OLE color: 7740019.

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

Color convert

RGB11526118-
CMYK0.030.7800.54
HSL298.04º63.89%28.24%-
HSV(B)298.04º77.97%46.27%-
XYZ10.715.6917.67-
YUV63.1158.99165.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.40%
GREEN value IS 26 (10.55% from 255) = 10.04%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=44.40%
G=10.04%
B=45.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115261180.030.7800.54298.0463.8928.24
Hex731A7634E03612a401c
Octal16332166311606645210034
Binary11100111101011101101110011100110110100101010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731A76; }

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

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

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

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

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

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

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

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