#782496

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

Shades of Vivid Violet #782496

Tints of Vivid Violet #782496

Color information

#782496 (or 0x782496) is unknown color: approx Vivid Violet. HEX triplet: 78, 24 and 96. RGB value is (120,36,150). Sum of RGB (Red+Green+Blue) = 120+36+150=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #782496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782496 is #87DB69. Grayscale: #494949. Windows color (decimal): -8903530 or 9839736. OLE color: 9839736.

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

Color convert

RGB12036150-
CMYK0.200.7600.41
HSL284.21º61.29%36.47%-
HSV(B)284.21º76%58.82%-
XYZ13.887.4629.56-
YUV74.11170.83160.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.22%
GREEN value IS 36 (14.45% from 255) = 11.76%
BLUE value IS 150 (58.98% from 255) = 49.02%
R=39.22%
G=11.76%
B=49.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal120361500.200.7600.41284.2161.2936.47
Hex782496144C02911c3d24
Octal17044226241140514347544
Binary1111000100100100101101010010011000101001100011100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782496; }

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

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

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

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

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

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

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

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