#731E97

Color #731E97 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #731E97

Tints of Vivid Violet #731E97

Color information

#731E97 (or 0x731E97) is unknown color: approx Vivid Violet. HEX triplet: 73, 1E and 97. RGB value is (115,30,151). Sum of RGB (Red+Green+Blue) = 115+30+151=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 151 (59.38% from 255 or 51.01% from 296); Max value from RGB is 151 - color contains mainly: blue. Hex color #731E97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731E97 is #8CE168. Grayscale: #444444. Windows color (decimal): -9232745 or 9903731. OLE color: 9903731.

HSL color Cylindrical-coordinate representation of color #731E97: hue angle of 282.15º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731E97 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11530151-
CMYK0.240.8000.41
HSL282.15º66.85%35.49%-
HSV(B)282.15º80.13%59.22%-
XYZ13.126.8129.9-
YUV69.21174.16160.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.85%
GREEN value IS 30 (12.11% from 255) = 10.14%
BLUE value IS 151 (59.38% from 255) = 51.01%
R=38.85%
G=10.14%
B=51.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal115301510.240.8000.41282.1566.8535.49
Hex731E97185002911a4323
Octal163362273012005143210343
Binary1110011111101001011111000101000001010011000110101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,30,151); }

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

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

 a { background-color: rgb(115,30,151); }

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

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

 span { border-color: rgb(115,30,151); }

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