#73348F

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

Shades of Vivid Violet #73348F

Tints of Vivid Violet #73348F

Color information

#73348F (or 0x73348F) is unknown color: approx Vivid Violet. HEX triplet: 73, 34 and 8F. RGB value is (115,52,143). Sum of RGB (Red+Green+Blue) = 115+52+143=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #73348F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73348F is #8CCB70. Grayscale: #505050. Windows color (decimal): -9227121 or 9385075. OLE color: 9385075.

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

Color convert

RGB11552143-
CMYK0.200.6400.44
HSL281.54º46.67%38.24%-
HSV(B)281.54º63.64%56.08%-
XYZ13.268.0826.85-
YUV81.21162.87152.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.10%
GREEN value IS 52 (20.70% from 255) = 16.77%
BLUE value IS 143 (56.25% from 255) = 46.13%
R=37.10%
G=16.77%
B=46.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115521430.200.6400.44281.5446.6738.24
Hex73348F144002C11a2f26
Octal16364217241000544325746
Binary1110011110100100011111010010000000101100100011010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73348F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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