#731A98

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

Shades of Vivid Violet #731A98

Tints of Vivid Violet #731A98

Color information

#731A98 (or 0x731A98) is unknown color: approx Vivid Violet. HEX triplet: 73, 1A and 98. RGB value is (115,26,152). Sum of RGB (Red+Green+Blue) = 115+26+152=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #731A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731A98 is #8CE567. Grayscale: #424242. Windows color (decimal): -9233768 or 9968243. OLE color: 9968243.

HSL color Cylindrical-coordinate representation of color #731A98: hue angle of 282.38º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731A98 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11526152-
CMYK0.240.8300.40
HSL282.38º70.79%34.9%-
HSV(B)282.38º82.89%59.61%-
XYZ13.116.6530.3-
YUV66.97175.99162.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.25%
GREEN value IS 26 (10.55% from 255) = 8.87%
BLUE value IS 152 (59.77% from 255) = 51.88%
R=39.25%
G=8.87%
B=51.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115261520.240.8300.40282.3870.7934.9
Hex731A98185302811a4723
Octal163322303012305043210743
Binary1110011110101001100011000101001101010001000110101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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