#73139A

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

Shades of Vivid Violet #73139A

Tints of Vivid Violet #73139A

Color information

#73139A (or 0x73139A) is unknown color: approx Vivid Violet. HEX triplet: 73, 13 and 9A. RGB value is (115,19,154). Sum of RGB (Red+Green+Blue) = 115+19+154=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #73139A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73139A is #8CEC65. Grayscale: #3E3E3E. Windows color (decimal): -9235558 or 10097523. OLE color: 10097523.

HSL color Cylindrical-coordinate representation of color #73139A: hue angle of 282.67º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73139A is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11519154-
CMYK0.250.8800.40
HSL282.67º78.03%33.92%-
HSV(B)282.67º87.66%60.39%-
XYZ13.146.4431.12-
YUV63.09179.3165.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.93%
GREEN value IS 19 (7.81% from 255) = 6.60%
BLUE value IS 154 (60.55% from 255) = 53.47%
R=39.93%
G=6.60%
B=53.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115191540.250.8800.40282.6778.0333.92
Hex73139A195802811b4e22
Octal163232323113005043311642
Binary1110011100111001101011001101100001010001000110111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73139A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73139A; }

 p { color: rgb(115,19,154); }

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

<style>
 a { background-color: #73139A; }

 a { background-color: rgb(115,19,154); }

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

<style>
 span { border-color: #73139A; }

 span { border-color: rgb(115,19,154); }

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