#782E9E

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

Shades of Vivid Violet #782E9E

Tints of Vivid Violet #782E9E

Color information

#782E9E (or 0x782E9E) is unknown color: approx Vivid Violet. HEX triplet: 78, 2E and 9E. RGB value is (120,46,158). Sum of RGB (Red+Green+Blue) = 120+46+158=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #782E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782E9E is #87D161. Grayscale: #505050. Windows color (decimal): -8900962 or 10366584. OLE color: 10366584.

HSL color Cylindrical-coordinate representation of color #782E9E: hue angle of 279.64º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #782E9E is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12046158-
CMYK0.240.7100.38
HSL279.64º54.9%40%-
HSV(B)279.64º70.89%61.96%-
XYZ14.898.4233.19-
YUV80.89171.52155.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.04%
GREEN value IS 46 (18.36% from 255) = 14.20%
BLUE value IS 158 (62.11% from 255) = 48.77%
R=37.04%
G=14.20%
B=48.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120461580.240.7100.38279.6454.940
Hex782E9E18470261183728
Octal17056236301070464306750
Binary1111000101110100111101100010001110100110100011000110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782E9E; }

 p { color: rgb(120,46,158); }

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

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

 a { background-color: rgb(120,46,158); }

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

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

 span { border-color: rgb(120,46,158); }

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