#73289E

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

Shades of Vivid Violet #73289E

Tints of Vivid Violet #73289E

Color information

#73289E (or 0x73289E) is unknown color: approx Vivid Violet. HEX triplet: 73, 28 and 9E. RGB value is (115,40,158). Sum of RGB (Red+Green+Blue) = 115+40+158=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #73289E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73289E is #8CD761. Grayscale: #4B4B4B. Windows color (decimal): -9230178 or 10365043. OLE color: 10365043.

HSL color Cylindrical-coordinate representation of color #73289E: hue angle of 278.14º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73289E is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11540158-
CMYK0.270.7500.38
HSL278.14º59.6%38.82%-
HSV(B)278.14º74.68%61.96%-
XYZ147.6333.08-
YUV75.88174.35155.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.74%
GREEN value IS 40 (16.02% from 255) = 12.78%
BLUE value IS 158 (62.11% from 255) = 50.48%
R=36.74%
G=12.78%
B=50.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115401580.270.7500.38278.1459.638.82
Hex73289E1B4B0261163c27
Octal16350236331130464267447
Binary1110011101000100111101101110010110100110100010110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73289E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,40,158); }

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

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

 a { background-color: rgb(115,40,158); }

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

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

 span { border-color: rgb(115,40,158); }

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