Html Css Color HEX #780BC7 Dark Violet

📋 copy color: '#780BC7'

red 120 ◦ green 11 ◦ blue 199

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

Shades of Dark Violet #780BC7

Tints of Dark Violet #780BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 60.3%

R = 36.36%
G = 3.33%
B = 60.3%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#780BC7 (or 0x780BC7) is known color: Dark Violet. HEX triplet: 78, 0B and C7. RGB value is (120,11,199). Sum of RGB (Red+Green+Blue) = 120+11+199=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 199 (78.12% from 255 or 60.30% from 330); Max value from RGB is 199 - color contains mainly: blue. Hex color #780BC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BC7 is #87F438. Grayscale: #404040. Windows color (decimal): -8909881 or 13044600. OLE color: 13044600.

HSL color Cylindrical-coordinate representation of color #780BC7: hue angle of 274.79º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780BC7 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 120 11 199 -
CMYK 0.40 0.94 0 0.22
HSL 274.79º 0.9% 0.41% -
HSV(B) 274.79º 0.94% 0.78% -
XYZ 18.17 8.36 54.69 -
YUV 65.02 203.61 167.21 -
System Red Green Blue C M Y K H S L
Decimal 120 11 199 0.40 0.94 0 0.22 274.79 0.9 0.41
Hex 78 B C7 28 5E 0 16 113 5A 29
Octal 170 13 307 50 136 0 26 423 132 51
Binary 1111000 1011 11000111 101000 1011110 0 10110 100010011 1011010 101001

Color Harmonies of #780BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780BC7

Black with #780BC7

Text Example


Text Example

White with #780BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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