#78149E

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

Shades of Vivid Violet #78149E

Tints of Vivid Violet #78149E

Color information

#78149E (or 0x78149E) is unknown color: approx Vivid Violet. HEX triplet: 78, 14 and 9E. RGB value is (120,20,158). Sum of RGB (Red+Green+Blue) = 120+20+158=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #78149E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78149E is #87EB61. Grayscale: #414141. Windows color (decimal): -8907618 or 10359928. OLE color: 10359928.

HSL color Cylindrical-coordinate representation of color #78149E: hue angle of 283.48º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #78149E is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12020158-
CMYK0.240.8700.38
HSL283.48º77.53%34.9%-
HSV(B)283.48º87.34%61.96%-
XYZ14.176.9632.94-
YUV65.63180.13166.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.27%
GREEN value IS 20 (8.20% from 255) = 6.71%
BLUE value IS 158 (62.11% from 255) = 53.02%
R=40.27%
G=6.71%
B=53.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120201580.240.8700.38283.4877.5334.9
Hex78149E185702611b4e23
Octal170242363012704643311643
Binary1111000101001001111011000101011101001101000110111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78149E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,20,158); }

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

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

 a { background-color: rgb(120,20,158); }

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

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

 span { border-color: rgb(120,20,158); }

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