#78188D

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

Shades of Vivid Violet #78188D

Tints of Vivid Violet #78188D

Color information

#78188D (or 0x78188D) is unknown color: approx Vivid Violet. HEX triplet: 78, 18 and 8D. RGB value is (120,24,141). Sum of RGB (Red+Green+Blue) = 120+24+141=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #78188D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78188D is #87E772. Grayscale: #414141. Windows color (decimal): -8906611 or 9246840. OLE color: 9246840.

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

Color convert

RGB12024141-
CMYK0.150.8300.45
HSL289.23º70.91%32.35%-
HSV(B)289.23º82.98%55.29%-
XYZ12.886.5725.79-
YUV66.04170.3166.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 24 (9.77% from 255) = 8.42%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=42.11%
G=8.42%
B=49.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120241410.150.8300.45289.2370.9132.35
Hex78188DF5302D1214720
Octal170302151712305544110740
Binary111100011000100011011111101001101011011001000011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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