Html Css Color HEX #780EDC Blue Violet

📋 copy color: '#780EDC'

red 120 ◦ green 14 ◦ blue 220

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

Shades of Blue Violet #780EDC

Tints of Blue Violet #780EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.15%

R = 33.9%
G = 3.95%
B = 62.15%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#780EDC (or 0x780EDC) is known color: Blue Violet. HEX triplet: 78, 0E and DC. RGB value is (120,14,220). Sum of RGB (Red+Green+Blue) = 120+14+220=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #780EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780EDC is #87F123. Grayscale: #444444. Windows color (decimal): -8909092 or 14421624. OLE color: 14421624.

HSL color Cylindrical-coordinate representation of color #780EDC: hue angle of 270.87º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780EDC is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 14 220 -
CMYK 0.45 0.94 0 0.14
HSL 270.87º 0.88% 0.46% -
HSV(B) 270.87º 0.94% 0.86% -
XYZ 20.82 9.47 68.44 -
YUV 69.18 213.12 164.25 -
System Red Green Blue C M Y K H S L
Decimal 120 14 220 0.45 0.94 0 0.14 270.87 0.88 0.46
Hex 78 E DC 2D 5E 0 E 10F 58 2E
Octal 170 16 334 55 136 0 16 417 130 56
Binary 1111000 1110 11011100 101101 1011110 0 1110 100001111 1011000 101110

Color Harmonies of #780EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780EDC

Black with #780EDC

Text Example


Text Example

White with #780EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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