#78418D

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

Shades of Vivid Violet #78418D

Tints of Vivid Violet #78418D

Color information

#78418D (or 0x78418D) is unknown color: approx Vivid Violet. HEX triplet: 78, 41 and 8D. RGB value is (120,65,141). Sum of RGB (Red+Green+Blue) = 120+65+141=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #78418D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78418D is #87BE72. Grayscale: #595959. Windows color (decimal): -8896115 or 9257336. OLE color: 9257336.

HSL color Cylindrical-coordinate representation of color #78418D: hue angle of 283.42º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78418D is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12065141-
CMYK0.150.5400.45
HSL283.42º36.89%40.39%-
HSV(B)283.42º53.9%55.29%-
XYZ14.449.726.31-
YUV90.11156.72149.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.81%
GREEN value IS 65 (25.78% from 255) = 19.94%
BLUE value IS 141 (55.47% from 255) = 43.25%
R=36.81%
G=19.94%
B=43.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120651410.150.5400.45283.4236.8940.39
Hex78418DF3602D11b2528
Octal17010121517660554334550
Binary111100010000011000110111111101100101101100011011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78418D; }

 p { color: rgb(120,65,141); }

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

<style>
 a { background-color: #78418D; }

 a { background-color: rgb(120,65,141); }

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

<style>
 span { border-color: #78418D; }

 span { border-color: rgb(120,65,141); }

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