#784082

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

Shades of Vivid Violet #784082

Tints of Vivid Violet #784082

Color information

#784082 (or 0x784082) is unknown color: approx Vivid Violet. HEX triplet: 78, 40 and 82. RGB value is (120,64,130). Sum of RGB (Red+Green+Blue) = 120+64+130=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #784082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784082 is #87BF7D. Grayscale: #585858. Windows color (decimal): -8896382 or 8536184. OLE color: 8536184.

HSL color Cylindrical-coordinate representation of color #784082: hue angle of 290.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #784082 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12064130-
CMYK0.080.5100.49
HSL290.91º34.02%38.04%-
HSV(B)290.91º50.77%50.98%-
XYZ13.619.2722.19-
YUV88.27151.55150.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.22%
GREEN value IS 64 (25.39% from 255) = 20.38%
BLUE value IS 130 (51.17% from 255) = 41.40%
R=38.22%
G=20.38%
B=41.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120641300.080.5100.49290.9134.0238.04
Hex7840828330311232226
Octal17010020210630614434246
Binary111100010000001000001010001100110110001100100011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784082; }

 p { color: rgb(120,64,130); }

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

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

 a { background-color: rgb(120,64,130); }

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

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

 span { border-color: rgb(120,64,130); }

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