#73159C

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

Shades of Vivid Violet #73159C

Tints of Vivid Violet #73159C

Color information

#73159C (or 0x73159C) is unknown color: approx Vivid Violet. HEX triplet: 73, 15 and 9C. RGB value is (115,21,156). Sum of RGB (Red+Green+Blue) = 115+21+156=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #73159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73159C is #8CEA63. Grayscale: #404040. Windows color (decimal): -9235044 or 10229107. OLE color: 10229107.

HSL color Cylindrical-coordinate representation of color #73159C: hue angle of 281.78º degrees, saturation: 0.76, 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 #73159C is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11521156-
CMYK0.260.8700.39
HSL281.78º76.27%34.71%-
HSV(B)281.78º86.54%61.18%-
XYZ13.346.5832.02-
YUV64.5179.64164.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.38%
GREEN value IS 21 (8.59% from 255) = 7.19%
BLUE value IS 156 (61.33% from 255) = 53.42%
R=39.38%
G=7.19%
B=53.42%

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
Decimal115211560.260.8700.39281.7876.2734.71
Hex73159C1A5702711a4c23
Octal163252343212704743211443
Binary1110011101011001110011010101011101001111000110101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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