#73328E

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

Shades of Vivid Violet #73328E

Tints of Vivid Violet #73328E

Color information

#73328E (or 0x73328E) is unknown color: approx Vivid Violet. HEX triplet: 73, 32 and 8E. RGB value is (115,50,142). Sum of RGB (Red+Green+Blue) = 115+50+142=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #73328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73328E is #8CCD71. Grayscale: #4F4F4F. Windows color (decimal): -9227634 or 9319027. OLE color: 9319027.

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

Color convert

RGB11550142-
CMYK0.190.6500.44
HSL282.39º47.92%37.65%-
HSV(B)282.39º64.79%55.69%-
XYZ13.097.8826.42-
YUV79.92163.03153.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 50 (19.92% from 255) = 16.29%
BLUE value IS 142 (55.86% from 255) = 46.25%
R=37.46%
G=16.29%
B=46.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115501420.190.6500.44282.3947.9237.65
Hex73328E134102C11a3026
Octal16362216231010544326046
Binary1110011110010100011101001110000010101100100011010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73328E; }

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

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

<style>
 a { background-color: #73328E; }

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

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

<style>
 span { border-color: #73328E; }

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

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