#731D89

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

Shades of Vivid Violet #731D89

Tints of Vivid Violet #731D89

Color information

#731D89 (or 0x731D89) is unknown color: approx Vivid Violet. HEX triplet: 73, 1D and 89. RGB value is (115,29,137). Sum of RGB (Red+Green+Blue) = 115+29+137=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #731D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731D89 is #8CE276. Grayscale: #424242. Windows color (decimal): -9233015 or 8985971. OLE color: 8985971.

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

Color convert

RGB11529137-
CMYK0.160.7900.46
HSL287.78º65.06%32.55%-
HSV(B)287.78º78.83%53.73%-
XYZ12.026.3324.25-
YUV67.03167.49162.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.93%
GREEN value IS 29 (11.72% from 255) = 10.32%
BLUE value IS 137 (53.91% from 255) = 48.75%
R=40.93%
G=10.32%
B=48.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115291370.160.7900.46287.7865.0632.55
Hex731D89104F02E1204121
Octal163352112011705644010141
Binary1110011111011000100110000100111101011101001000001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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