#731896

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

Shades of Vivid Violet #731896

Tints of Vivid Violet #731896

Color information

#731896 (or 0x731896) is unknown color: approx Vivid Violet. HEX triplet: 73, 18 and 96. RGB value is (115,24,150). Sum of RGB (Red+Green+Blue) = 115+24+150=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #731896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731896 is #8CE769. Grayscale: #414141. Windows color (decimal): -9234282 or 9836659. OLE color: 9836659.

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

Color convert

RGB11524150-
CMYK0.230.8400.41
HSL283.33º72.41%34.12%-
HSV(B)283.33º84%58.82%-
XYZ12.96.529.43-
YUV65.57175.65163.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.79%
GREEN value IS 24 (9.77% from 255) = 8.30%
BLUE value IS 150 (58.98% from 255) = 51.90%
R=39.79%
G=8.30%
B=51.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal115241500.230.8400.41283.3372.4134.12
Hex731896175402911b4822
Octal163302262712405143311042
Binary1110011110001001011010111101010001010011000110111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731896; }

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

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

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

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

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

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

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

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