#780BB3

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

Shades of Dark Violet #780BB3

Tints of Dark Violet #780BB3

Color information

#780BB3 (or 0x780BB3) is unknown color: approx Dark Violet. HEX triplet: 78, 0B and B3. RGB value is (120,11,179). Sum of RGB (Red+Green+Blue) = 120+11+179=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 179 (70.31% from 255 or 57.74% from 310); Max value from RGB is 179 - color contains mainly: blue. Hex color #780BB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BB3 is #87F44C. Grayscale: #3E3E3E. Windows color (decimal): -8909901 or 11733880. OLE color: 11733880.

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

Color convert

RGB12011179-
CMYK0.330.9400.30
HSL278.93º88.42%37.25%-
HSV(B)278.93º93.85%70.2%-
XYZ167.4943.25-
YUV62.74193.61168.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.71%
GREEN value IS 11 (4.69% from 255) = 3.55%
BLUE value IS 179 (70.31% from 255) = 57.74%
R=38.71%
G=3.55%
B=57.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal120111790.330.9400.30278.9388.4237.25
Hex78BB3215E01E1175825
Octal170132634113603642713045
Binary111100010111011001110000110111100111101000101111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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