#73198e

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

Shades of Vivid Violet #73198E

Tints of Vivid Violet #73198E

Color information

#73198E (or 0x73198E) is unknown color: approx Vivid Violet. HEX triplet: 73, 19 and 8E. RGB value is (115,25,142). Sum of RGB (Red+Green+Blue) = 115+25+142=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #73198E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73198E is #8CE671. Grayscale: #404040. Windows color (decimal): -9234034 or 9312627. OLE color: 9312627.

HSL color Cylindrical-coordinate representation of color #73198E: hue angle of 286.15º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73198E is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11525142-
CMYK0.190.8200.44
HSL286.15º70.06%32.75%-
HSV(B)286.15º82.39%55.69%-
XYZ12.36.2926.16-
YUV65.25171.32163.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.78%
GREEN value IS 25 (10.16% from 255) = 8.87%
BLUE value IS 142 (55.86% from 255) = 50.35%
R=40.78%
G=8.87%
B=50.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115251420.190.8200.44286.1570.0632.75
Hex73198E135202C11e4621
Octal163312162312205443610641
Binary1110011110011000111010011101001001011001000111101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73198e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73198e; }

 p { color: rgb(115,25,142); }

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

<style>
 a { background-color: #73198e; }

 a { background-color: rgb(115,25,142); }

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

<style>
 span { border-color: #73198e; }

 span { border-color: rgb(115,25,142); }

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