#782AD9

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

Shades of Blue Violet #782AD9

Tints of Blue Violet #782AD9

Color information

#782AD9 (or 0x782AD9) is unknown color: approx Blue Violet. HEX triplet: 78, 2A and D9. RGB value is (120,42,217). Sum of RGB (Red+Green+Blue) = 120+42+217=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 217 (85.16% from 255 or 57.26% from 379); Max value from RGB is 217 - color contains mainly: blue. Hex color #782AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782AD9 is #87D526. Grayscale: #545454. Windows color (decimal): -8901927 or 14232184. OLE color: 14232184.

HSL color Cylindrical-coordinate representation of color #782AD9: hue angle of 266.74º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #782AD9 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12042217-
CMYK0.450.8100.15
HSL266.74º69.72%50.78%-
HSV(B)266.74º80.65%85.1%-
XYZ21.110.6666.59-
YUV85.27202.34152.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.66%
GREEN value IS 42 (16.80% from 255) = 11.08%
BLUE value IS 217 (85.16% from 255) = 57.26%
R=31.66%
G=11.08%
B=57.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal120422170.450.8100.15266.7469.7250.78
Hex782AD92D510F10b4633
Octal170523315512101741310663
Binary1111000101010110110011011011010001011111000010111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,42,217); }

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

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

 a { background-color: rgb(120,42,217); }

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

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

 span { border-color: rgb(120,42,217); }

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