Html Css Color HEX #780EBA Dark Violet

📋 copy color: '#780EBA'

red 120 ◦ green 14 ◦ blue 186

#780EBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #780EBA

Tints of Dark Violet #780EBA

RGB

 RED value IS 120 (47.27% from 255) = 37.5%

 GREEN value IS 14 (5.86% from 255) = 4.38%

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 37.5%
G = 4.38%
B = 58.13%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#780EBA (or 0x780EBA) is known color: Dark Violet. HEX triplet: 78, 0E and BA. RGB value is (120,14,186). Sum of RGB (Red+Green+Blue) = 120+14+186=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #780EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780EBA is #87F145. Grayscale: #404040. Windows color (decimal): -8909126 or 12193400. OLE color: 12193400.

HSL color Cylindrical-coordinate representation of color #780EBA: hue angle of 276.98º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780EBA is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 14 186 -
CMYK 0.35 0.92 0 0.27
HSL 276.98º 0.86% 0.39% -
HSV(B) 276.98º 0.92% 0.73% -
XYZ 16.77 7.85 47.09 -
YUV 65.3 196.12 167.01 -
System Red Green Blue C M Y K H S L
Decimal 120 14 186 0.35 0.92 0 0.27 276.98 0.86 0.39
Hex 78 E BA 23 5C 0 1B 115 56 27
Octal 170 16 272 43 134 0 33 425 126 47
Binary 1111000 1110 10111010 100011 1011100 0 11011 100010101 1010110 100111

Color Harmonies of #780EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780EBA

Black with #780EBA

Text Example


Text Example

White with #780EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,14,186); }

 H1.HeaderClassName
 {
   color: #780EBA;
 }
 .AnyTagClassName
 {
   color: #780EBA;
 }
</style>

background-color css

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

 a { background-color: rgb(120,14,186); }

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

border-color css

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

 span { border-color: rgb(120,14,186); }

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