#782FE3

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

Shades of Blue Violet #782FE3

Tints of Blue Violet #782FE3

Color information

#782FE3 (or 0x782FE3) is unknown color: approx Blue Violet. HEX triplet: 78, 2F and E3. RGB value is (120,47,227). Sum of RGB (Red+Green+Blue) = 120+47+227=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 227 (89.06% from 255 or 57.61% from 394); Max value from RGB is 227 - color contains mainly: blue. Hex color #782FE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782FE3 is #87D01C. Grayscale: #585858. Windows color (decimal): -8900637 or 14888824. OLE color: 14888824.

HSL color Cylindrical-coordinate representation of color #782FE3: hue angle of 264.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #782FE3 is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12047227-
CMYK0.470.7900.11
HSL264.33º76.27%53.73%-
HSV(B)264.33º79.3%89.02%-
XYZ22.6311.5773.71-
YUV89.35205.68149.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.46%
GREEN value IS 47 (18.75% from 255) = 11.93%
BLUE value IS 227 (89.06% from 255) = 57.61%
R=30.46%
G=11.93%
B=57.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal120472270.470.7900.11264.3376.2753.73
Hex782FE32F4F0B1084c36
Octal170573435711701341011466
Binary1111000101111111000111011111001111010111000010001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,47,227); }

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

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

 a { background-color: rgb(120,47,227); }

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

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

 span { border-color: rgb(120,47,227); }

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