#73149C

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

Shades of Vivid Violet #73149C

Tints of Vivid Violet #73149C

Color information

#73149C (or 0x73149C) is unknown color: approx Vivid Violet. HEX triplet: 73, 14 and 9C. RGB value is (115,20,156). Sum of RGB (Red+Green+Blue) = 115+20+156=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #73149C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73149C is #8CEB63. Grayscale: #3F3F3F. Windows color (decimal): -9235300 or 10228851. OLE color: 10228851.

HSL color Cylindrical-coordinate representation of color #73149C: hue angle of 281.91º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73149C is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11520156-
CMYK0.260.8700.39
HSL281.91º77.27%34.51%-
HSV(B)281.91º87.18%61.18%-
XYZ13.326.5532.01-
YUV63.91179.97164.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.52%
GREEN value IS 20 (8.20% from 255) = 6.87%
BLUE value IS 156 (61.33% from 255) = 53.61%
R=39.52%
G=6.87%
B=53.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115201560.260.8700.39281.9177.2734.51
Hex73149C1A5702711a4d23
Octal163242343212704743211543
Binary1110011101001001110011010101011101001111000110101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73149C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73149C; }

 p { color: rgb(115,20,156); }

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

<style>
 a { background-color: #73149C; }

 a { background-color: rgb(115,20,156); }

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

<style>
 span { border-color: #73149C; }

 span { border-color: rgb(115,20,156); }

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