#782494

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

Shades of Vivid Violet #782494

Tints of Vivid Violet #782494

Color information

#782494 (or 0x782494) is unknown color: approx Vivid Violet. HEX triplet: 78, 24 and 94. RGB value is (120,36,148). Sum of RGB (Red+Green+Blue) = 120+36+148=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #782494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782494 is #87DB6B. Grayscale: #494949. Windows color (decimal): -8903532 or 9708664. OLE color: 9708664.

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

Color convert

RGB12036148-
CMYK0.190.7600.42
HSL285º60.87%36.08%-
HSV(B)285º75.68%58.04%-
XYZ13.727.3928.72-
YUV73.88169.83160.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.47%
GREEN value IS 36 (14.45% from 255) = 11.84%
BLUE value IS 148 (58.20% from 255) = 48.68%
R=39.47%
G=11.84%
B=48.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120361480.190.7600.4228560.8736.08
Hex782494134C02A11d3d24
Octal17044224231140524357544
Binary1111000100100100101001001110011000101010100011101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782494; }

 p { color: rgb(120,36,148); }

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

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

 a { background-color: rgb(120,36,148); }

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

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

 span { border-color: rgb(120,36,148); }

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