#784292

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

Shades of Vivid Violet #784292

Tints of Vivid Violet #784292

Color information

#784292 (or 0x784292) is unknown color: approx Vivid Violet. HEX triplet: 78, 42 and 92. RGB value is (120,66,146). Sum of RGB (Red+Green+Blue) = 120+66+146=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #784292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784292 is #87BD6D. Grayscale: #5B5B5B. Windows color (decimal): -8895854 or 9585272. OLE color: 9585272.

HSL color Cylindrical-coordinate representation of color #784292: hue angle of 280.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #784292 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12066146-
CMYK0.180.5500.43
HSL280.5º37.74%41.57%-
HSV(B)280.5º54.79%57.25%-
XYZ14.889.9628.33-
YUV91.27158.89148.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 66 (26.17% from 255) = 19.88%
BLUE value IS 146 (57.42% from 255) = 43.98%
R=36.14%
G=19.88%
B=43.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120661460.180.5500.43280.537.7441.57
Hex784292123702B118262a
Octal17010222222670534304652
Binary1111000100001010010010100101101110101011100011000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784292; }

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

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

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

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

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

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

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

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