#782CA1

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

Shades of Vivid Violet #782CA1

Tints of Vivid Violet #782CA1

Color information

#782CA1 (or 0x782CA1) is unknown color: approx Vivid Violet. HEX triplet: 78, 2C and A1. RGB value is (120,44,161). Sum of RGB (Red+Green+Blue) = 120+44+161=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 161 (63.28% from 255 or 49.54% from 325); Max value from RGB is 161 - color contains mainly: blue. Hex color #782CA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782CA1 is #87D35E. Grayscale: #4F4F4F. Windows color (decimal): -8901471 or 10562680. OLE color: 10562680.

HSL color Cylindrical-coordinate representation of color #782CA1: hue angle of 278.97º degrees, saturation: 0.57, 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 #782CA1 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12044161-
CMYK0.250.7300.37
HSL278.97º57.07%40.2%-
HSV(B)278.97º72.67%63.14%-
XYZ15.088.3734.54-
YUV80.06173.68156.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 44 (17.58% from 255) = 13.54%
BLUE value IS 161 (63.28% from 255) = 49.54%
R=36.92%
G=13.54%
B=49.54%

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
Decimal120441610.250.7300.37278.9757.0740.2
Hex782CA119490251173928
Octal17054241311110454277150
Binary1111000101100101000011100110010010100101100010111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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