#731692

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

Shades of Vivid Violet #731692

Tints of Vivid Violet #731692

Color information

#731692 (or 0x731692) is unknown color: approx Vivid Violet. HEX triplet: 73, 16 and 92. RGB value is (115,22,146). Sum of RGB (Red+Green+Blue) = 115+22+146=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #731692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731692 is #8CE96D. Grayscale: #3F3F3F. Windows color (decimal): -9234798 or 9574003. OLE color: 9574003.

HSL color Cylindrical-coordinate representation of color #731692: hue angle of 285º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731692 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11522146-
CMYK0.210.8500.43
HSL285º73.81%32.94%-
HSV(B)285º84.93%57.25%-
XYZ12.556.2927.75-
YUV63.94174.31164.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.64%
GREEN value IS 22 (8.98% from 255) = 7.77%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=40.64%
G=7.77%
B=51.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal115221460.210.8500.4328573.8132.94
Hex731692155502B11d4a21
Octal163262222512505343511241
Binary1110011101101001001010101101010101010111000111011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731692; }

 p { color: rgb(115,22,146); }

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

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

 a { background-color: rgb(115,22,146); }

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

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

 span { border-color: rgb(115,22,146); }

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