Html Css Color HEX #780ABE Dark Violet

📋 copy color: '#780ABE'

red 120 ◦ green 10 ◦ blue 190

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

Shades of Dark Violet #780ABE

Tints of Dark Violet #780ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.38%

R = 37.5%
G = 3.13%
B = 59.38%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#780ABE (or 0x780ABE) is known color: Dark Violet. HEX triplet: 78, 0A and BE. RGB value is (120,10,190). Sum of RGB (Red+Green+Blue) = 120+10+190=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #780ABE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780ABE is #87F541. Grayscale: #3E3E3E. Windows color (decimal): -8910146 or 12454520. OLE color: 12454520.

HSL color Cylindrical-coordinate representation of color #780ABE: hue angle of 276.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780ABE is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 10 190 -
CMYK 0.37 0.95 0 0.25
HSL 276.67º 0.9% 0.39% -
HSV(B) 276.67º 0.95% 0.75% -
XYZ 17.15 7.93 49.34 -
YUV 63.41 199.44 168.36 -
System Red Green Blue C M Y K H S L
Decimal 120 10 190 0.37 0.95 0 0.25 276.67 0.9 0.39
Hex 78 A BE 25 5F 0 19 115 5A 27
Octal 170 12 276 45 137 0 31 425 132 47
Binary 1111000 1010 10111110 100101 1011111 0 11001 100010101 1011010 100111

Color Harmonies of #780ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780ABE

Black with #780ABE

Text Example


Text Example

White with #780ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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