#78198C

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

Shades of Vivid Violet #78198C

Tints of Vivid Violet #78198C

Color information

#78198C (or 0x78198C) is unknown color: approx Vivid Violet. HEX triplet: 78, 19 and 8C. RGB value is (120,25,140). Sum of RGB (Red+Green+Blue) = 120+25+140=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #78198C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78198C is #87E673. Grayscale: #424242. Windows color (decimal): -8906356 or 9181560. OLE color: 9181560.

HSL color Cylindrical-coordinate representation of color #78198C: hue angle of 289.57º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78198C is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12025140-
CMYK0.140.8200.45
HSL289.57º69.7%32.35%-
HSV(B)289.57º82.14%54.9%-
XYZ12.836.5825.41-
YUV66.51169.47166.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 25 (10.16% from 255) = 8.77%
BLUE value IS 140 (55.08% from 255) = 49.12%
R=42.11%
G=8.77%
B=49.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120251400.140.8200.45289.5769.732.35
Hex78198CE5202D1224620
Octal170312141612205544210640
Binary111100011001100011001110101001001011011001000101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78198C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78198C; }

 p { color: rgb(120,25,140); }

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

<style>
 a { background-color: #78198C; }

 a { background-color: rgb(120,25,140); }

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

<style>
 span { border-color: #78198C; }

 span { border-color: rgb(120,25,140); }

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