#731F8D

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

Shades of Vivid Violet #731F8D

Tints of Vivid Violet #731F8D

Color information

#731F8D (or 0x731F8D) is unknown color: approx Vivid Violet. HEX triplet: 73, 1F and 8D. RGB value is (115,31,141). Sum of RGB (Red+Green+Blue) = 115+31+141=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #731F8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731F8D is #8CE072. Grayscale: #444444. Windows color (decimal): -9232499 or 9248627. OLE color: 9248627.

HSL color Cylindrical-coordinate representation of color #731F8D: hue angle of 285.82º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #731F8D is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11531141-
CMYK0.180.7800.45
HSL285.82º63.95%33.73%-
HSV(B)285.82º78.01%55.29%-
XYZ12.376.5525.81-
YUV68.66168.83161.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.07%
GREEN value IS 31 (12.5% from 255) = 10.80%
BLUE value IS 141 (55.47% from 255) = 49.13%
R=40.07%
G=10.80%
B=49.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115311410.180.7800.45285.8263.9533.73
Hex731F8D124E02D11e4022
Octal163372152211605543610042
Binary1110011111111000110110010100111001011011000111101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,31,141); }

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

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

 a { background-color: rgb(115,31,141); }

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

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

 span { border-color: rgb(115,31,141); }

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