#780CB0

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

Shades of Dark Violet #780CB0

Tints of Dark Violet #780CB0

Color information

#780CB0 (or 0x780CB0) is unknown color: approx Dark Violet. HEX triplet: 78, 0C and B0. RGB value is (120,12,176). Sum of RGB (Red+Green+Blue) = 120+12+176=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 176 (69.14% from 255 or 57.14% from 308); Max value from RGB is 176 - color contains mainly: blue. Hex color #780CB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780CB0 is #87F34F. Grayscale: #3E3E3E. Windows color (decimal): -8909648 or 11537528. OLE color: 11537528.

HSL color Cylindrical-coordinate representation of color #780CB0: hue angle of 279.51º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780CB0 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12012176-
CMYK0.320.9300.31
HSL279.51º87.23%36.86%-
HSV(B)279.51º93.18%69.02%-
XYZ15.717.3941.67-
YUV62.99191.78168.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 12 (5.08% from 255) = 3.90%
BLUE value IS 176 (69.14% from 255) = 57.14%
R=38.96%
G=3.90%
B=57.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120121760.320.9300.31279.5187.2336.86
Hex78CB0205D01F1185725
Octal170142604013503743012745
Binary111100011001011000010000010111010111111000110001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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