#731B99

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

Shades of Vivid Violet #731B99

Tints of Vivid Violet #731B99

Color information

#731B99 (or 0x731B99) is unknown color: approx Vivid Violet. HEX triplet: 73, 1B and 99. RGB value is (115,27,153). Sum of RGB (Red+Green+Blue) = 115+27+153=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #731B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731B99 is #8CE466. Grayscale: #434343. Windows color (decimal): -9233511 or 10034035. OLE color: 10034035.

HSL color Cylindrical-coordinate representation of color #731B99: hue angle of 281.9º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731B99 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11527153-
CMYK0.250.8200.4
HSL281.9º70%35.29%-
HSV(B)281.9º82.35%60%-
XYZ13.216.7330.74-
YUV67.68176.15161.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.98%
GREEN value IS 27 (10.94% from 255) = 9.15%
BLUE value IS 153 (60.16% from 255) = 51.86%
R=38.98%
G=9.15%
B=51.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal115271530.250.8200.4281.97035.29
Hex731B99195202811a4623
Octal163332313112205043210643
Binary1110011110111001100111001101001001010001000110101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,27,153); }

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

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

 a { background-color: rgb(115,27,153); }

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

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

 span { border-color: rgb(115,27,153); }

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