#731A8B

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

Shades of Vivid Violet #731A8B

Tints of Vivid Violet #731A8B

Color information

#731A8B (or 0x731A8B) is unknown color: approx Vivid Violet. HEX triplet: 73, 1A and 8B. RGB value is (115,26,139). Sum of RGB (Red+Green+Blue) = 115+26+139=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #731A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731A8B is #8CE574. Grayscale: #414141. Windows color (decimal): -9233781 or 9116275. OLE color: 9116275.

HSL color Cylindrical-coordinate representation of color #731A8B: hue angle of 287.26º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #731A8B is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11526139-
CMYK0.170.8100.45
HSL287.26º68.48%32.35%-
HSV(B)287.26º81.29%54.51%-
XYZ12.16.2524.99-
YUV65.49169.49163.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.07%
GREEN value IS 26 (10.55% from 255) = 9.29%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=41.07%
G=9.29%
B=49.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115261390.170.8100.45287.2668.4832.35
Hex731A8B115102D11f4420
Octal163322132112105543710440
Binary1110011110101000101110001101000101011011000111111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,26,139); }

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

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

 a { background-color: rgb(115,26,139); }

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

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

 span { border-color: rgb(115,26,139); }

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