Html Css Color HEX #780FBB Dark Violet

📋 copy color: '#780FBB'

red 120 ◦ green 15 ◦ blue 187

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

Shades of Dark Violet #780FBB

Tints of Dark Violet #780FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.66%

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

R = 37.27%
G = 4.66%
B = 58.07%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#780FBB (or 0x780FBB) is known color: Dark Violet. HEX triplet: 78, 0F and BB. RGB value is (120,15,187). Sum of RGB (Red+Green+Blue) = 120+15+187=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #780FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780FBB is #87F044. Grayscale: #414141. Windows color (decimal): -8908869 or 12259192. OLE color: 12259192.

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

Color convert

RGB 120 15 187 -
CMYK 0.36 0.92 0 0.27
HSL 276.63º 0.85% 0.4% -
HSV(B) 276.63º 0.92% 0.73% -
XYZ 16.89 7.92 47.65 -
YUV 66 196.29 166.51 -
System Red Green Blue C M Y K H S L
Decimal 120 15 187 0.36 0.92 0 0.27 276.63 0.85 0.4
Hex 78 F BB 24 5C 0 1B 115 55 28
Octal 170 17 273 44 134 0 33 425 125 50
Binary 1111000 1111 10111011 100100 1011100 0 11011 100010101 1010101 101000

Color Harmonies of #780FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780FBB

Black with #780FBB

Text Example


Text Example

White with #780FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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