#782BA1

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

Shades of Vivid Violet #782BA1

Tints of Vivid Violet #782BA1

Color information

#782BA1 (or 0x782BA1) is unknown color: approx Vivid Violet. HEX triplet: 78, 2B and A1. RGB value is (120,43,161). Sum of RGB (Red+Green+Blue) = 120+43+161=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 161 (63.28% from 255 or 49.69% from 324); Max value from RGB is 161 - color contains mainly: blue. Hex color #782BA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782BA1 is #87D45E. Grayscale: #4F4F4F. Windows color (decimal): -8901727 or 10562424. OLE color: 10562424.

HSL color Cylindrical-coordinate representation of color #782BA1: hue angle of 279.15º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782BA1 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12043161-
CMYK0.250.7300.37
HSL279.15º57.84%40%-
HSV(B)279.15º73.29%63.14%-
XYZ15.048.2934.53-
YUV79.47174.01156.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.04%
GREEN value IS 43 (17.19% from 255) = 13.27%
BLUE value IS 161 (63.28% from 255) = 49.69%
R=37.04%
G=13.27%
B=49.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal120431610.250.7300.37279.1557.8440
Hex782BA119490251173a28
Octal17053241311110454277250
Binary1111000101011101000011100110010010100101100010111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,43,161); }

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

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

 a { background-color: rgb(120,43,161); }

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

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

 span { border-color: rgb(120,43,161); }

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