#78348E

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

Shades of Vivid Violet #78348E

Tints of Vivid Violet #78348E

Color information

#78348E (or 0x78348E) is unknown color: approx Vivid Violet. HEX triplet: 78, 34 and 8E. RGB value is (120,52,142). Sum of RGB (Red+Green+Blue) = 120+52+142=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 52 (20.70% from 255 or 16.56% 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 #78348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78348E is #87CB71. Grayscale: #525252. Windows color (decimal): -8899442 or 9319544. OLE color: 9319544.

HSL color Cylindrical-coordinate representation of color #78348E: hue angle of 285.33º 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 #78348E is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12052142-
CMYK0.150.6300.44
HSL285.33º46.39%38.04%-
HSV(B)285.33º63.38%55.69%-
XYZ13.868.426.48-
YUV82.59161.53154.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.22%
GREEN value IS 52 (20.70% from 255) = 16.56%
BLUE value IS 142 (55.86% from 255) = 45.22%
R=38.22%
G=16.56%
B=45.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120521420.150.6300.44285.3346.3938.04
Hex78348EF3F02C11d2e26
Octal1706421617770544355646
Binary11110001101001000111011111111110101100100011101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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