Html Css Color HEX #780DAE Dark Violet

📋 copy color: '#780DAE'

red 120 ◦ green 13 ◦ blue 174

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

Shades of Dark Violet #780DAE

Tints of Dark Violet #780DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.23%

 BLUE value IS 174 (68.36% from 255) = 56.68%

R = 39.09%
G = 4.23%
B = 56.68%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#780DAE (or 0x780DAE) is known color: Dark Violet. HEX triplet: 78, 0D and AE. RGB value is (120,13,174). Sum of RGB (Red+Green+Blue) = 120+13+174=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #780DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780DAE is #87F251. Grayscale: #3E3E3E. Windows color (decimal): -8909394 or 11406712. OLE color: 11406712.

HSL color Cylindrical-coordinate representation of color #780DAE: hue angle of 279.88º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780DAE is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 13 174 -
CMYK 0.31 0.93 0 0.32
HSL 279.88º 0.86% 0.37% -
HSV(B) 279.88º 0.93% 0.68% -
XYZ 15.53 7.34 40.64 -
YUV 63.35 190.45 168.41 -
System Red Green Blue C M Y K H S L
Decimal 120 13 174 0.31 0.93 0 0.32 279.88 0.86 0.37
Hex 78 D AE 1F 5D 0 20 118 56 25
Octal 170 15 256 37 135 0 40 430 126 45
Binary 1111000 1101 10101110 11111 1011101 0 100000 100011000 1010110 100101

Color Harmonies of #780DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780DAE

Black with #780DAE

Text Example


Text Example

White with #780DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,13,174); }

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

background-color css

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

 a { background-color: rgb(120,13,174); }

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

border-color css

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

 span { border-color: rgb(120,13,174); }

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