#782fe5

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

Shades of Blue Violet #782FE5

Tints of Blue Violet #782FE5

Color information

#782FE5 (or 0x782FE5) is unknown color: approx Blue Violet. HEX triplet: 78, 2F and E5. RGB value is (120,47,229). Sum of RGB (Red+Green+Blue) = 120+47+229=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 229 (89.84% from 255 or 57.83% from 396); Max value from RGB is 229 - color contains mainly: blue. Hex color #782FE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782FE5 is #87D01A. Grayscale: #585858. Windows color (decimal): -8900635 or 15019896. OLE color: 15019896.

HSL color Cylindrical-coordinate representation of color #782FE5: hue angle of 264.07º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #782FE5 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12047229-
CMYK0.480.7900.10
HSL264.07º77.78%54.12%-
HSV(B)264.07º79.48%89.8%-
XYZ22.9111.6875.18-
YUV89.57206.68149.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.30%
GREEN value IS 47 (18.75% from 255) = 11.87%
BLUE value IS 229 (89.84% from 255) = 57.83%
R=30.30%
G=11.87%
B=57.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal120472290.480.7900.10264.0777.7854.12
Hex782FE5304F0A1084e36
Octal170573456011701241011666
Binary1111000101111111001011100001001111010101000010001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782fe5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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