Html Css Color HEX #780AD5 Dark Violet

📋 copy color: '#780AD5'

red 120 ◦ green 10 ◦ blue 213

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

Shades of Dark Violet #780AD5

Tints of Dark Violet #780AD5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.92%

 BLUE value IS 213 (83.59% from 255) = 62.1%

R = 34.99%
G = 2.92%
B = 62.1%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#780AD5 (or 0x780AD5) is known color: Dark Violet. HEX triplet: 78, 0A and D5. RGB value is (120,10,213). Sum of RGB (Red+Green+Blue) = 120+10+213=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 213 (83.59% from 255 or 62.10% from 343); Max value from RGB is 213 - color contains mainly: blue. Hex color #780AD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780AD5 is #87F52A. Grayscale: #414141. Windows color (decimal): -8910123 or 13961848. OLE color: 13961848.

HSL color Cylindrical-coordinate representation of color #780AD5: hue angle of 272.51º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780AD5 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 10 213 -
CMYK 0.44 0.95 0 0.16
HSL 272.51º 0.91% 0.44% -
HSV(B) 272.51º 0.95% 0.84% -
XYZ 19.86 9.01 63.64 -
YUV 66.03 210.94 166.49 -
System Red Green Blue C M Y K H S L
Decimal 120 10 213 0.44 0.95 0 0.16 272.51 0.91 0.44
Hex 78 A D5 2C 5F 0 10 111 5B 2C
Octal 170 12 325 54 137 0 20 421 133 54
Binary 1111000 1010 11010101 101100 1011111 0 10000 100010001 1011011 101100

Color Harmonies of #780AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780AD5

Black with #780AD5

Text Example


Text Example

White with #780AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,10,213); }

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

background-color css

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

 a { background-color: rgb(120,10,213); }

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

border-color css

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

 span { border-color: rgb(120,10,213); }

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