Html Css Color HEX #780AB8 Dark Violet

📋 copy color: '#780AB8'

red 120 ◦ green 10 ◦ blue 184

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

Shades of Dark Violet #780AB8

Tints of Dark Violet #780AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 58.6%

R = 38.22%
G = 3.18%
B = 58.6%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#780AB8 (or 0x780AB8) is known color: Dark Violet. HEX triplet: 78, 0A and B8. RGB value is (120,10,184). Sum of RGB (Red+Green+Blue) = 120+10+184=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 184 (72.27% from 255 or 58.60% from 314); Max value from RGB is 184 - color contains mainly: blue. Hex color #780AB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780AB8 is #87F547. Grayscale: #3E3E3E. Windows color (decimal): -8910152 or 12061304. OLE color: 12061304.

HSL color Cylindrical-coordinate representation of color #780AB8: hue angle of 277.93º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780AB8 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 120 10 184 -
CMYK 0.35 0.95 0 0.28
HSL 277.93º 0.9% 0.38% -
HSV(B) 277.93º 0.95% 0.72% -
XYZ 16.51 7.67 45.96 -
YUV 62.73 196.44 168.85 -
System Red Green Blue C M Y K H S L
Decimal 120 10 184 0.35 0.95 0 0.28 277.93 0.9 0.38
Hex 78 A B8 23 5F 0 1C 116 5A 26
Octal 170 12 270 43 137 0 34 426 132 46
Binary 1111000 1010 10111000 100011 1011111 0 11100 100010110 1011010 100110

Color Harmonies of #780AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780AB8

Black with #780AB8

Text Example


Text Example

White with #780AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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