#780CBF

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

Shades of Dark Violet #780CBF

Tints of Dark Violet #780CBF

Color information

#780CBF (or 0x780CBF) is unknown color: approx Dark Violet. HEX triplet: 78, 0C and BF. RGB value is (120,12,191). Sum of RGB (Red+Green+Blue) = 120+12+191=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #780CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780CBF is #87F340. Grayscale: #404040. Windows color (decimal): -8909633 or 12520568. OLE color: 12520568.

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

Color convert

RGB12012191-
CMYK0.370.9400.25
HSL276.2º88.18%39.8%-
HSV(B)276.2º93.72%74.9%-
XYZ17.288.0249.93-
YUV64.7199.28167.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.15%
GREEN value IS 12 (5.08% from 255) = 3.72%
BLUE value IS 191 (75% from 255) = 59.13%
R=37.15%
G=3.72%
B=59.13%

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
Decimal120121910.370.9400.25276.288.1839.8
Hex78CBF255E0191145828
Octal170142774513603142413050
Binary111100011001011111110010110111100110011000101001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,12,191); }

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

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

 a { background-color: rgb(120,12,191); }

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

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

 span { border-color: rgb(120,12,191); }

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