#731A89

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

Shades of Vivid Violet #731A89

Tints of Vivid Violet #731A89

Color information

#731A89 (or 0x731A89) is unknown color: approx Vivid Violet. HEX triplet: 73, 1A and 89. RGB value is (115,26,137). Sum of RGB (Red+Green+Blue) = 115+26+137=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #731A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731A89 is #8CE576. Grayscale: #404040. Windows color (decimal): -9233783 or 8985203. OLE color: 8985203.

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

Color convert

RGB11526137-
CMYK0.160.8100.46
HSL288.11º68.1%31.96%-
HSV(B)288.11º81.02%53.73%-
XYZ11.956.1924.23-
YUV65.26168.49163.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.37%
GREEN value IS 26 (10.55% from 255) = 9.35%
BLUE value IS 137 (53.91% from 255) = 49.28%
R=41.37%
G=9.35%
B=49.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115261370.160.8100.46288.1168.131.96
Hex731A89105102E1204420
Octal163322112012105644010440
Binary1110011110101000100110000101000101011101001000001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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