Html Css Color HEX #780BB3 Dark Violet

📋 copy color: '#780BB3'

red 120 ◦ green 11 ◦ blue 179

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

Shades of Dark Violet #780BB3

Tints of Dark Violet #780BB3

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.55%

 BLUE value IS 179 (70.31% from 255) = 57.74%

R = 38.71%
G = 3.55%
B = 57.74%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#780BB3 (or 0x780BB3) is known color: Dark Violet. HEX triplet: 78, 0B and B3. RGB value is (120,11,179). Sum of RGB (Red+Green+Blue) = 120+11+179=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 179 (70.31% from 255 or 57.74% from 310); Max value from RGB is 179 - color contains mainly: blue. Hex color #780BB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BB3 is #87F44C. Grayscale: #3E3E3E. Windows color (decimal): -8909901 or 11733880. OLE color: 11733880.

HSL color Cylindrical-coordinate representation of color #780BB3: hue angle of 278.93º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780BB3 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 120 11 179 -
CMYK 0.33 0.94 0 0.30
HSL 278.93º 0.88% 0.37% -
HSV(B) 278.93º 0.94% 0.7% -
XYZ 16 7.49 43.25 -
YUV 62.74 193.61 168.84 -
System Red Green Blue C M Y K H S L
Decimal 120 11 179 0.33 0.94 0 0.30 278.93 0.88 0.37
Hex 78 B B3 21 5E 0 1E 117 58 25
Octal 170 13 263 41 136 0 36 427 130 45
Binary 1111000 1011 10110011 100001 1011110 0 11110 100010111 1011000 100101

Color Harmonies of #780BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780BB3

Black with #780BB3

Text Example


Text Example

White with #780BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,11,179); }

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

background-color css

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

 a { background-color: rgb(120,11,179); }

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

border-color css

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

 span { border-color: rgb(120,11,179); }

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