Html Css Color HEX #780ABB Dark Violet

📋 copy color: '#780ABB'

red 120 ◦ green 10 ◦ blue 187

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

Shades of Dark Violet #780ABB

Tints of Dark Violet #780ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.99%

R = 37.85%
G = 3.15%
B = 58.99%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#780ABB (or 0x780ABB) is known color: Dark Violet. HEX triplet: 78, 0A and BB. RGB value is (120,10,187). Sum of RGB (Red+Green+Blue) = 120+10+187=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #780ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780ABB is #87F544. Grayscale: #3E3E3E. Windows color (decimal): -8910149 or 12257912. OLE color: 12257912.

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

Color convert

RGB 120 10 187 -
CMYK 0.36 0.95 0 0.27
HSL 277.29º 0.9% 0.39% -
HSV(B) 277.29º 0.95% 0.73% -
XYZ 16.82 7.8 47.63 -
YUV 63.07 197.94 168.61 -
System Red Green Blue C M Y K H S L
Decimal 120 10 187 0.36 0.95 0 0.27 277.29 0.9 0.39
Hex 78 A BB 24 5F 0 1B 115 5A 27
Octal 170 12 273 44 137 0 33 425 132 47
Binary 1111000 1010 10111011 100100 1011111 0 11011 100010101 1011010 100111

Color Harmonies of #780ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780ABB

Black with #780ABB

Text Example


Text Example

White with #780ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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