#784095

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

Shades of Vivid Violet #784095

Tints of Vivid Violet #784095

Color information

#784095 (or 0x784095) is unknown color: approx Vivid Violet. HEX triplet: 78, 40 and 95. RGB value is (120,64,149). Sum of RGB (Red+Green+Blue) = 120+64+149=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #784095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784095 is #87BF6A. Grayscale: #5A5A5A. Windows color (decimal): -8896363 or 9781368. OLE color: 9781368.

HSL color Cylindrical-coordinate representation of color #784095: hue angle of 279.53º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #784095 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12064149-
CMYK0.190.5700.42
HSL279.53º39.91%41.76%-
HSV(B)279.53º57.05%58.43%-
XYZ159.8329.54-
YUV90.43161.05149.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.04%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 149 (58.59% from 255) = 44.74%
R=36.04%
G=19.22%
B=44.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120641490.190.5700.42279.5339.9141.76
Hex784095133902A118282a
Octal17010022523710524305052
Binary1111000100000010010101100111110010101010100011000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784095; }

 p { color: rgb(120,64,149); }

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

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

 a { background-color: rgb(120,64,149); }

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

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

 span { border-color: rgb(120,64,149); }

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