#782E8E

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

Shades of Vivid Violet #782E8E

Tints of Vivid Violet #782E8E

Color information

#782E8E (or 0x782E8E) is unknown color: approx Vivid Violet. HEX triplet: 78, 2E and 8E. RGB value is (120,46,142). Sum of RGB (Red+Green+Blue) = 120+46+142=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #782E8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782E8E is #87D171. Grayscale: #4E4E4E. Windows color (decimal): -8900978 or 9318008. OLE color: 9318008.

HSL color Cylindrical-coordinate representation of color #782E8E: hue angle of 286.25º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #782E8E is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12046142-
CMYK0.150.6800.44
HSL286.25º51.06%36.86%-
HSV(B)286.25º67.61%55.69%-
XYZ13.617.926.4-
YUV79.07163.52157.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 46 (18.36% from 255) = 14.94%
BLUE value IS 142 (55.86% from 255) = 46.10%
R=38.96%
G=14.94%
B=46.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120461420.150.6800.44286.2551.0636.86
Hex782E8EF4402C11e3325
Octal17056216171040544366345
Binary111100010111010001110111110001000101100100011110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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