Html Css Color HEX #780FDE Blue Violet

📋 copy color: '#780FDE'

red 120 ◦ green 15 ◦ blue 222

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

Shades of Blue Violet #780FDE

Tints of Blue Violet #780FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.18%

R = 33.61%
G = 4.2%
B = 62.18%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#780FDE (or 0x780FDE) is known color: Blue Violet. HEX triplet: 78, 0F and DE. RGB value is (120,15,222). Sum of RGB (Red+Green+Blue) = 120+15+222=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 222 (87.11% from 255 or 62.18% from 357); Max value from RGB is 222 - color contains mainly: blue. Hex color #780FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780FDE is #87F021. Grayscale: #454545. Windows color (decimal): -8908834 or 14552952. OLE color: 14552952.

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

Color convert

RGB 120 15 222 -
CMYK 0.46 0.93 0 0.13
HSL 270.43º 0.87% 0.46% -
HSV(B) 270.43º 0.93% 0.87% -
XYZ 21.1 9.61 69.85 -
YUV 69.99 213.79 163.67 -
System Red Green Blue C M Y K H S L
Decimal 120 15 222 0.46 0.93 0 0.13 270.43 0.87 0.46
Hex 78 F DE 2E 5D 0 D 10E 57 2E
Octal 170 17 336 56 135 0 15 416 127 56
Binary 1111000 1111 11011110 101110 1011101 0 1101 100001110 1010111 101110

Color Harmonies of #780FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780FDE

Black with #780FDE

Text Example


Text Example

White with #780FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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