#782690

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

Shades of Vivid Violet #782690

Tints of Vivid Violet #782690

Color information

#782690 (or 0x782690) is unknown color: approx Vivid Violet. HEX triplet: 78, 26 and 90. RGB value is (120,38,144). Sum of RGB (Red+Green+Blue) = 120+38+144=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #782690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782690 is #87D96F. Grayscale: #4A4A4A. Windows color (decimal): -8903024 or 9447032. OLE color: 9447032.

HSL color Cylindrical-coordinate representation of color #782690: hue angle of 286.42º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #782690 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12038144-
CMYK0.170.7400.44
HSL286.42º58.24%35.69%-
HSV(B)286.42º73.61%56.47%-
XYZ13.477.3927.1-
YUV74.6167.17160.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.74%
GREEN value IS 38 (15.23% from 255) = 12.58%
BLUE value IS 144 (56.64% from 255) = 47.68%
R=39.74%
G=12.58%
B=47.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120381440.170.7400.44286.4258.2435.69
Hex782690114A02C11e3a24
Octal17046220211120544367244
Binary1111000100110100100001000110010100101100100011110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782690; }

 p { color: rgb(120,38,144); }

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

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

 a { background-color: rgb(120,38,144); }

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

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

 span { border-color: rgb(120,38,144); }

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