#782481

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

Shades of Vivid Violet #782481

Tints of Vivid Violet #782481

Color information

#782481 (or 0x782481) is unknown color: approx Vivid Violet. HEX triplet: 78, 24 and 81. RGB value is (120,36,129). Sum of RGB (Red+Green+Blue) = 120+36+129=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #782481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782481 is #87DB7E. Grayscale: #474747. Windows color (decimal): -8903551 or 8463480. OLE color: 8463480.

HSL color Cylindrical-coordinate representation of color #782481: hue angle of 294.19º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #782481 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12036129-
CMYK0.070.7200.49
HSL294.19º56.36%32.35%-
HSV(B)294.19º72.09%50.59%-
XYZ12.346.8421.44-
YUV71.72160.33162.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 36 (14.45% from 255) = 12.63%
BLUE value IS 129 (50.78% from 255) = 45.26%
R=42.11%
G=12.63%
B=45.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120361290.070.7200.49294.1956.3632.35
Hex7824817480311263820
Octal1704420171100614467040
Binary11110001001001000000111110010000110001100100110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782481; }

 p { color: rgb(120,36,129); }

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

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

 a { background-color: rgb(120,36,129); }

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

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

 span { border-color: rgb(120,36,129); }

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