#73398E

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

Shades of Vivid Violet #73398E

Tints of Vivid Violet #73398E

Color information

#73398E (or 0x73398E) is unknown color: approx Vivid Violet. HEX triplet: 73, 39 and 8E. RGB value is (115,57,142). Sum of RGB (Red+Green+Blue) = 115+57+142=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #73398E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73398E is #8CC671. Grayscale: #535353. Windows color (decimal): -9225842 or 9320819. OLE color: 9320819.

HSL color Cylindrical-coordinate representation of color #73398E: hue angle of 280.94º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73398E is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11557142-
CMYK0.190.6000.44
HSL280.94º42.71%39.02%-
HSV(B)280.94º59.86%55.69%-
XYZ13.428.5226.53-
YUV84.03160.72150.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.62%
GREEN value IS 57 (22.66% from 255) = 18.15%
BLUE value IS 142 (55.86% from 255) = 45.22%
R=36.62%
G=18.15%
B=45.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115571420.190.6000.44280.9442.7139.02
Hex73398E133C02C1192b27
Octal1637121623740544315347
Binary111001111100110001110100111111000101100100011001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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