#73348E

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

Shades of Vivid Violet #73348E

Tints of Vivid Violet #73348E

Color information

#73348E (or 0x73348E) is unknown color: approx Vivid Violet. HEX triplet: 73, 34 and 8E. RGB value is (115,52,142). Sum of RGB (Red+Green+Blue) = 115+52+142=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #73348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73348E is #8CCB71. Grayscale: #505050. Windows color (decimal): -9227122 or 9319539. OLE color: 9319539.

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

Color convert

RGB11552142-
CMYK0.190.6300.44
HSL282º46.39%38.04%-
HSV(B)282º63.38%55.69%-
XYZ13.188.0526.45-
YUV81.1162.37152.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 52 (20.70% from 255) = 16.83%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=37.22%
G=16.83%
B=45.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115521420.190.6300.4428246.3938.04
Hex73348E133F02C11a2e26
Octal1636421623770544325646
Binary111001111010010001110100111111110101100100011010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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