#73308E

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

Shades of Vivid Violet #73308E

Tints of Vivid Violet #73308E

Color information

#73308E (or 0x73308E) is unknown color: approx Vivid Violet. HEX triplet: 73, 30 and 8E. RGB value is (115,48,142). Sum of RGB (Red+Green+Blue) = 115+48+142=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #73308E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73308E is #8CCF71. Grayscale: #4E4E4E. Windows color (decimal): -9228146 or 9318515. OLE color: 9318515.

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

Color convert

RGB11548142-
CMYK0.190.6600.44
HSL282.77º49.47%37.25%-
HSV(B)282.77º66.2%55.69%-
XYZ13.017.7126.39-
YUV78.75163.7153.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 48 (19.14% from 255) = 15.74%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=37.70%
G=15.74%
B=46.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115481420.190.6600.44282.7749.4737.25
Hex73308E134202C11b3125
Octal16360216231020544336145
Binary1110011110000100011101001110000100101100100011011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73308E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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