#731874

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

Shades of Dark Purple #731874

Tints of Dark Purple #731874

Color information

#731874 (or 0x731874) is unknown color: approx Dark Purple. HEX triplet: 73, 18 and 74. RGB value is (115,24,116). Sum of RGB (Red+Green+Blue) = 115+24+116=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #731874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731874 is #8CE78B. Grayscale: #3D3D3D. Windows color (decimal): -9234316 or 7608435. OLE color: 7608435.

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

Color convert

RGB11524116-
CMYK0.010.7900.55
HSL299.35º65.71%27.45%-
HSV(B)299.35º79.31%45.49%-
XYZ10.555.5617.04-
YUV61.7158.65166.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.10%
GREEN value IS 24 (9.77% from 255) = 9.41%
BLUE value IS 116 (45.70% from 255) = 45.49%
R=45.10%
G=9.41%
B=45.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115241160.010.7900.55299.3565.7127.45
Hex73187414F03712b421b
Octal16330164111706745310233
Binary1110011110001110100110011110110111100101011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731874; }

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

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

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

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

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

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

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

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