#731997

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

Shades of Vivid Violet #731997

Tints of Vivid Violet #731997

Color information

#731997 (or 0x731997) is unknown color: approx Vivid Violet. HEX triplet: 73, 19 and 97. RGB value is (115,25,151). Sum of RGB (Red+Green+Blue) = 115+25+151=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #731997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731997 is #8CE668. Grayscale: #414141. Windows color (decimal): -9234025 or 9902451. OLE color: 9902451.

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

Color convert

RGB11525151-
CMYK0.240.8300.41
HSL282.86º71.59%34.51%-
HSV(B)282.86º83.44%59.22%-
XYZ136.5729.86-
YUV66.27175.82162.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.52%
GREEN value IS 25 (10.16% from 255) = 8.59%
BLUE value IS 151 (59.38% from 255) = 51.89%
R=39.52%
G=8.59%
B=51.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal115251510.240.8300.41282.8671.5934.51
Hex731997185302911b4823
Octal163312273012305143311043
Binary1110011110011001011111000101001101010011000110111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731997; }

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

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

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

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

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

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

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

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