#780CCF

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

Shades of Dark Violet #780CCF

Tints of Dark Violet #780CCF

Color information

#780CCF (or 0x780CCF) is unknown color: approx Dark Violet. HEX triplet: 78, 0C and CF. RGB value is (120,12,207). Sum of RGB (Red+Green+Blue) = 120+12+207=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #780CCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780CCF is #87F330. Grayscale: #414141. Windows color (decimal): -8909617 or 13569144. OLE color: 13569144.

HSL color Cylindrical-coordinate representation of color #780CCF: hue angle of 273.23º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780CCF is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12012207-
CMYK0.420.9400.19
HSL273.23º89.04%42.94%-
HSV(B)273.23º94.2%81.18%-
XYZ19.148.7659.71-
YUV66.52207.28166.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.40%
GREEN value IS 12 (5.08% from 255) = 3.54%
BLUE value IS 207 (81.25% from 255) = 61.06%
R=35.40%
G=3.54%
B=61.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal120122070.420.9400.19273.2389.0442.94
Hex78CCF2A5E013111592b
Octal170143175213602342113153
Binary111100011001100111110101010111100100111000100011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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