#731989

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

Shades of Vivid Violet #731989

Tints of Vivid Violet #731989

Color information

#731989 (or 0x731989) is unknown color: approx Vivid Violet. HEX triplet: 73, 19 and 89. RGB value is (115,25,137). Sum of RGB (Red+Green+Blue) = 115+25+137=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #731989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731989 is #8CE676. Grayscale: #404040. Windows color (decimal): -9234039 or 8984947. OLE color: 8984947.

HSL color Cylindrical-coordinate representation of color #731989: hue angle of 288.21º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731989 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11525137-
CMYK0.160.8200.46
HSL288.21º69.14%31.76%-
HSV(B)288.21º81.75%53.73%-
XYZ11.936.1524.22-
YUV64.68168.82163.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 25 (10.16% from 255) = 9.03%
BLUE value IS 137 (53.91% from 255) = 49.46%
R=41.52%
G=9.03%
B=49.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115251370.160.8200.46288.2169.1431.76
Hex731989105202E1204520
Octal163312112012205644010540
Binary1110011110011000100110000101001001011101001000001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731989; }

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

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

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

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

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

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

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

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