#731796

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

Shades of Vivid Violet #731796

Tints of Vivid Violet #731796

Color information

#731796 (or 0x731796) is unknown color: approx Vivid Violet. HEX triplet: 73, 17 and 96. RGB value is (115,23,150). Sum of RGB (Red+Green+Blue) = 115+23+150=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #731796 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731796 is #8CE869. Grayscale: #404040. Windows color (decimal): -9234538 or 9836403. OLE color: 9836403.

HSL color Cylindrical-coordinate representation of color #731796: hue angle of 283.46º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731796 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11523150-
CMYK0.230.8500.41
HSL283.46º73.41%33.92%-
HSV(B)283.46º84.67%58.82%-
XYZ12.886.4629.42-
YUV64.99175.98163.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.93%
GREEN value IS 23 (9.38% from 255) = 7.99%
BLUE value IS 150 (58.98% from 255) = 52.08%
R=39.93%
G=7.99%
B=52.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal115231500.230.8500.41283.4673.4133.92
Hex731796175502911b4922
Octal163272262712505143311142
Binary1110011101111001011010111101010101010011000110111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731796; }

 p { color: rgb(115,23,150); }

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

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

 a { background-color: rgb(115,23,150); }

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

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

 span { border-color: rgb(115,23,150); }

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