Html Css Color HEX #780BBC Dark Violet

📋 copy color: '#780BBC'

red 120 ◦ green 11 ◦ blue 188

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

Shades of Dark Violet #780BBC

Tints of Dark Violet #780BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.93%

R = 37.62%
G = 3.45%
B = 58.93%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#780BBC (or 0x780BBC) is known color: Dark Violet. HEX triplet: 78, 0B and BC. RGB value is (120,11,188). Sum of RGB (Red+Green+Blue) = 120+11+188=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #780BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BBC is #87F443. Grayscale: #3F3F3F. Windows color (decimal): -8909892 or 12323704. OLE color: 12323704.

HSL color Cylindrical-coordinate representation of color #780BBC: hue angle of 276.95º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780BBC is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 11 188 -
CMYK 0.36 0.94 0 0.26
HSL 276.95º 0.89% 0.39% -
HSV(B) 276.95º 0.94% 0.74% -
XYZ 16.94 7.86 48.2 -
YUV 63.77 198.11 168.11 -
System Red Green Blue C M Y K H S L
Decimal 120 11 188 0.36 0.94 0 0.26 276.95 0.89 0.39
Hex 78 B BC 24 5E 0 1A 115 59 27
Octal 170 13 274 44 136 0 32 425 131 47
Binary 1111000 1011 10111100 100100 1011110 0 11010 100010101 1011001 100111

Color Harmonies of #780BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780BBC

Black with #780BBC

Text Example


Text Example

White with #780BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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