#782DE1

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

Shades of Blue Violet #782DE1

Tints of Blue Violet #782DE1

Color information

#782DE1 (or 0x782DE1) is unknown color: approx Blue Violet. HEX triplet: 78, 2D and E1. RGB value is (120,45,225). Sum of RGB (Red+Green+Blue) = 120+45+225=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 225 (88.28% from 255 or 57.69% from 390); Max value from RGB is 225 - color contains mainly: blue. Hex color #782DE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782DE1 is #87D21E. Grayscale: #575757. Windows color (decimal): -8901151 or 14757240. OLE color: 14757240.

HSL color Cylindrical-coordinate representation of color #782DE1: hue angle of 265º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #782DE1 is Cyan = 0.47, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12045225-
CMYK0.470.800.12
HSL265º75%52.94%-
HSV(B)265º80%88.24%-
XYZ22.2711.3172.24-
YUV87.94205.35150.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.77%
GREEN value IS 45 (17.97% from 255) = 11.54%
BLUE value IS 225 (88.28% from 255) = 57.69%
R=30.77%
G=11.54%
B=57.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal120452250.470.800.122657552.94
Hex782DE12F500C1094b35
Octal170553415712001441111365
Binary1111000101101111000011011111010000011001000010011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,45,225); }

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

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

 a { background-color: rgb(120,45,225); }

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

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

 span { border-color: rgb(120,45,225); }

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