#731B87

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

Shades of Vivid Violet #731B87

Tints of Vivid Violet #731B87

Color information

#731B87 (or 0x731B87) is unknown color: approx Vivid Violet. HEX triplet: 73, 1B and 87. RGB value is (115,27,135). Sum of RGB (Red+Green+Blue) = 115+27+135=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #731B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731B87 is #8CE478. Grayscale: #414141. Windows color (decimal): -9233529 or 8854387. OLE color: 8854387.

HSL color Cylindrical-coordinate representation of color #731B87: hue angle of 288.89º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731B87 is Cyan = 0.15, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11527135-
CMYK0.150.800.47
HSL288.89º66.67%31.76%-
HSV(B)288.89º80%52.94%-
XYZ11.846.1823.49-
YUV65.62167.15163.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 27 (10.94% from 255) = 9.75%
BLUE value IS 135 (53.12% from 255) = 48.74%
R=41.52%
G=9.75%
B=48.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115271350.150.800.47288.8966.6731.76
Hex731B87F5002F1214320
Octal163332071712005744110340
Binary111001111011100001111111101000001011111001000011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,27,135); }

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

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

 a { background-color: rgb(115,27,135); }

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

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

 span { border-color: rgb(115,27,135); }

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