#78428D

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

Shades of Vivid Violet #78428D

Tints of Vivid Violet #78428D

Color information

#78428D (or 0x78428D) is unknown color: approx Vivid Violet. HEX triplet: 78, 42 and 8D. RGB value is (120,66,141). Sum of RGB (Red+Green+Blue) = 120+66+141=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #78428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78428D is #87BD72. Grayscale: #5A5A5A. Windows color (decimal): -8895859 or 9257592. OLE color: 9257592.

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

Color convert

RGB12066141-
CMYK0.150.5300.45
HSL283.2º36.23%40.59%-
HSV(B)283.2º53.19%55.29%-
XYZ14.59.8126.33-
YUV90.7156.39148.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.70%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 141 (55.47% from 255) = 43.12%
R=36.70%
G=20.18%
B=43.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120661410.150.5300.45283.236.2340.59
Hex78428DF3502D11b2429
Octal17010221517650554334451
Binary111100010000101000110111111101010101101100011011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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