Html Css Color HEX #780EB7 Dark Violet

📋 copy color: '#780EB7'

red 120 ◦ green 14 ◦ blue 183

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

Shades of Dark Violet #780EB7

Tints of Dark Violet #780EB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 57.73%

R = 37.85%
G = 4.42%
B = 57.73%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#780EB7 (or 0x780EB7) is known color: Dark Violet. HEX triplet: 78, 0E and B7. RGB value is (120,14,183). Sum of RGB (Red+Green+Blue) = 120+14+183=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 183 (71.88% from 255 or 57.73% from 317); Max value from RGB is 183 - color contains mainly: blue. Hex color #780EB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780EB7 is #87F148. Grayscale: #404040. Windows color (decimal): -8909129 or 11996792. OLE color: 11996792.

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

Color convert

RGB 120 14 183 -
CMYK 0.34 0.92 0 0.28
HSL 277.63º 0.86% 0.39% -
HSV(B) 277.63º 0.92% 0.72% -
XYZ 16.45 7.73 45.42 -
YUV 64.96 194.62 167.26 -
System Red Green Blue C M Y K H S L
Decimal 120 14 183 0.34 0.92 0 0.28 277.63 0.86 0.39
Hex 78 E B7 22 5C 0 1C 116 56 27
Octal 170 16 267 42 134 0 34 426 126 47
Binary 1111000 1110 10110111 100010 1011100 0 11100 100010110 1010110 100111

Color Harmonies of #780EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780EB7

Black with #780EB7

Text Example


Text Example

White with #780EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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