#780DBA

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

Shades of Dark Violet #780DBA

Tints of Dark Violet #780DBA

Color information

#780DBA (or 0x780DBA) is unknown color: approx Dark Violet. HEX triplet: 78, 0D and BA. RGB value is (120,13,186). Sum of RGB (Red+Green+Blue) = 120+13+186=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #780DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780DBA is #87F245. Grayscale: #404040. Windows color (decimal): -8909382 or 12193144. OLE color: 12193144.

HSL color Cylindrical-coordinate representation of color #780DBA: hue angle of 277.11º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780DBA is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12013186-
CMYK0.350.9300.27
HSL277.11º86.93%39.02%-
HSV(B)277.11º93.01%72.94%-
XYZ16.757.8347.08-
YUV64.72196.45167.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.62%
GREEN value IS 13 (5.47% from 255) = 4.08%
BLUE value IS 186 (73.05% from 255) = 58.31%
R=37.62%
G=4.08%
B=58.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120131860.350.9300.27277.1186.9339.02
Hex78DBA235D01B1155727
Octal170152724313503342512747
Binary111100011011011101010001110111010110111000101011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,13,186); }

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

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

 a { background-color: rgb(120,13,186); }

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

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

 span { border-color: rgb(120,13,186); }

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