#780BB4

Color #780BB4 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #780BB4

Tints of Dark Violet #780BB4

Color information

#780BB4 (or 0x780BB4) is unknown color: approx Dark Violet. HEX triplet: 78, 0B and B4. RGB value is (120,11,180). Sum of RGB (Red+Green+Blue) = 120+11+180=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 180 (70.70% from 255 or 57.88% from 311); Max value from RGB is 180 - color contains mainly: blue. Hex color #780BB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BB4 is #87F44B. Grayscale: #3E3E3E. Windows color (decimal): -8909900 or 11799416. OLE color: 11799416.

HSL color Cylindrical-coordinate representation of color #780BB4: hue angle of 278.7º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780BB4 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12011180-
CMYK0.330.9400.29
HSL278.7º88.48%37.45%-
HSV(B)278.7º93.89%70.59%-
XYZ16.17.5343.78-
YUV62.86194.11168.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.59%
GREEN value IS 11 (4.69% from 255) = 3.54%
BLUE value IS 180 (70.70% from 255) = 57.88%
R=38.59%
G=3.54%
B=57.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120111800.330.9400.29278.788.4837.45
Hex78BB4215E01D1175825
Octal170132644113603542713045
Binary111100010111011010010000110111100111011000101111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780BB4; }

 p { color: rgb(120,11,180); }

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

<style>
 a { background-color: #780BB4; }

 a { background-color: rgb(120,11,180); }

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

<style>
 span { border-color: #780BB4; }

 span { border-color: rgb(120,11,180); }

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