#782CDF

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

Shades of Blue Violet #782CDF

Tints of Blue Violet #782CDF

Color information

#782CDF (or 0x782CDF) is unknown color: approx Blue Violet. HEX triplet: 78, 2C and DF. RGB value is (120,44,223). Sum of RGB (Red+Green+Blue) = 120+44+223=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #782CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782CDF is #87D320. Grayscale: #565656. Windows color (decimal): -8901409 or 14625912. OLE color: 14625912.

HSL color Cylindrical-coordinate representation of color #782CDF: hue angle of 265.47º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #782CDF is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12044223-
CMYK0.460.8000.13
HSL265.47º73.66%52.35%-
HSV(B)265.47º80.27%87.45%-
XYZ21.9711.1270.8-
YUV87.13204.68151.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.01%
GREEN value IS 44 (17.58% from 255) = 11.37%
BLUE value IS 223 (87.5% from 255) = 57.62%
R=31.01%
G=11.37%
B=57.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal120442230.460.8000.13265.4773.6652.35
Hex782CDF2E500D1094a34
Octal170543375612001541111264
Binary1111000101100110111111011101010000011011000010011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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