#78378D

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

Shades of Vivid Violet #78378D

Tints of Vivid Violet #78378D

Color information

#78378D (or 0x78378D) is unknown color: approx Vivid Violet. HEX triplet: 78, 37 and 8D. RGB value is (120,55,141). Sum of RGB (Red+Green+Blue) = 120+55+141=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #78378D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78378D is #87C872. Grayscale: #535353. Windows color (decimal): -8898675 or 9254776. OLE color: 9254776.

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

Color convert

RGB12055141-
CMYK0.150.6100.45
HSL285.35º43.88%38.43%-
HSV(B)285.35º60.99%55.29%-
XYZ13.928.6526.13-
YUV84.24160.03153.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.97%
GREEN value IS 55 (21.88% from 255) = 17.41%
BLUE value IS 141 (55.47% from 255) = 44.62%
R=37.97%
G=17.41%
B=44.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120551410.150.6100.45285.3543.8838.43
Hex78378DF3D02D11d2c26
Octal1706721517750554355446
Binary11110001101111000110111111111010101101100011101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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