#780BCA

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

Shades of Dark Violet #780BCA

Tints of Dark Violet #780BCA

Color information

#780BCA (or 0x780BCA) is unknown color: approx Dark Violet. HEX triplet: 78, 0B and CA. RGB value is (120,11,202). Sum of RGB (Red+Green+Blue) = 120+11+202=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #780BCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BCA is #87F435. Grayscale: #404040. Windows color (decimal): -8909878 or 13241208. OLE color: 13241208.

HSL color Cylindrical-coordinate representation of color #780BCA: hue angle of 274.24º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780BCA is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12011202-
CMYK0.410.9500.21
HSL274.24º89.67%41.76%-
HSV(B)274.24º94.55%79.22%-
XYZ18.538.556.54-
YUV65.36205.11166.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.04%
GREEN value IS 11 (4.69% from 255) = 3.30%
BLUE value IS 202 (79.30% from 255) = 60.66%
R=36.04%
G=3.30%
B=60.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal120112020.410.9500.21274.2489.6741.76
Hex78BCA295F0151125a2a
Octal170133125113702542213252
Binary111100010111100101010100110111110101011000100101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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