#731970

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

Shades of Dark Purple #731970

Tints of Dark Purple #731970

Color information

#731970 (or 0x731970) is unknown color: approx Dark Purple. HEX triplet: 73, 19 and 70. RGB value is (115,25,112). Sum of RGB (Red+Green+Blue) = 115+25+112=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #731970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731970 is #8CE68F. Grayscale: #3D3D3D. Windows color (decimal): -9234064 or 7346547. OLE color: 7346547.

HSL color Cylindrical-coordinate representation of color #731970: hue angle of 302º 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 #731970 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11525112-
CMYK00.780.030.55
HSL302º64.29%27.45%-
HSV(B)302º78.26%45.1%-
XYZ10.345.5115.85-
YUV61.83156.32165.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 25 (10.16% from 255) = 9.92%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=45.63%
G=9.92%
B=44.44%

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
Decimal1152511200.780.030.5530264.2927.45
Hex73197004E33712e401b
Octal16331160011636745610033
Binary11100111100111100000100111011110111100101110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731970; }

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

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

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

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

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

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

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

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