#780BBE

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

Shades of Dark Violet #780BBE

Tints of Dark Violet #780BBE

Color information

#780BBE (or 0x780BBE) is unknown color: approx Dark Violet. HEX triplet: 78, 0B and BE. RGB value is (120,11,190). Sum of RGB (Red+Green+Blue) = 120+11+190=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #780BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BBE is #87F441. Grayscale: #3F3F3F. Windows color (decimal): -8909890 or 12454776. OLE color: 12454776.

HSL color Cylindrical-coordinate representation of color #780BBE: hue angle of 276.54º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780BBE is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12011190-
CMYK0.370.9400.25
HSL276.54º89.05%39.41%-
HSV(B)276.54º94.21%74.51%-
XYZ17.167.9549.35-
YUV64199.11167.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.38%
GREEN value IS 11 (4.69% from 255) = 3.43%
BLUE value IS 190 (74.61% from 255) = 59.19%
R=37.38%
G=3.43%
B=59.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120111900.370.9400.25276.5489.0539.41
Hex78BBE255E0191155927
Octal170132764513603142513147
Binary111100010111011111010010110111100110011000101011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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