Html Css Color HEX #780FDC Blue Violet

📋 copy color: '#780FDC'

red 120 ◦ green 15 ◦ blue 220

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

Shades of Blue Violet #780FDC

Tints of Blue Violet #780FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.23%

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

R = 33.8%
G = 4.23%
B = 61.97%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#780FDC (or 0x780FDC) is known color: Blue Violet. HEX triplet: 78, 0F and DC. RGB value is (120,15,220). Sum of RGB (Red+Green+Blue) = 120+15+220=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #780FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780FDC is #87F023. Grayscale: #454545. Windows color (decimal): -8908836 or 14421880. OLE color: 14421880.

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

Color convert

RGB 120 15 220 -
CMYK 0.45 0.93 0 0.14
HSL 270.73º 0.87% 0.46% -
HSV(B) 270.73º 0.93% 0.86% -
XYZ 20.83 9.5 68.45 -
YUV 69.77 212.79 163.83 -
System Red Green Blue C M Y K H S L
Decimal 120 15 220 0.45 0.93 0 0.14 270.73 0.87 0.46
Hex 78 F DC 2D 5D 0 E 10F 57 2E
Octal 170 17 334 55 135 0 16 417 127 56
Binary 1111000 1111 11011100 101101 1011101 0 1110 100001111 1010111 101110

Color Harmonies of #780FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780FDC

Black with #780FDC

Text Example


Text Example

White with #780FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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