#73159B

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

Shades of Vivid Violet #73159B

Tints of Vivid Violet #73159B

Color information

#73159B (or 0x73159B) is unknown color: approx Vivid Violet. HEX triplet: 73, 15 and 9B. RGB value is (115,21,155). Sum of RGB (Red+Green+Blue) = 115+21+155=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #73159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73159B is #8CEA64. Grayscale: #3F3F3F. Windows color (decimal): -9235045 or 10163571. OLE color: 10163571.

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

Color convert

RGB11521155-
CMYK0.260.8600.39
HSL282.09º76.14%34.51%-
HSV(B)282.09º86.45%60.78%-
XYZ13.256.5531.58-
YUV64.38179.14164.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.52%
GREEN value IS 21 (8.59% from 255) = 7.22%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=39.52%
G=7.22%
B=53.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115211550.260.8600.39282.0976.1434.51
Hex73159B1A5602711a4c23
Octal163252333212604743211443
Binary1110011101011001101111010101011001001111000110101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73159B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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