Html Css Color HEX #780CBF Dark Violet

📋 copy color: '#780CBF'

red 120 ◦ green 12 ◦ blue 191

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

Shades of Dark Violet #780CBF

Tints of Dark Violet #780CBF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.72%

 BLUE value IS 191 (75% from 255) = 59.13%

R = 37.15%
G = 3.72%
B = 59.13%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#780CBF (or 0x780CBF) is known color: Dark Violet. HEX triplet: 78, 0C and BF. RGB value is (120,12,191). Sum of RGB (Red+Green+Blue) = 120+12+191=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #780CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780CBF is #87F340. Grayscale: #404040. Windows color (decimal): -8909633 or 12520568. OLE color: 12520568.

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

Color convert

RGB 120 12 191 -
CMYK 0.37 0.94 0 0.25
HSL 276.2º 0.88% 0.4% -
HSV(B) 276.2º 0.94% 0.75% -
XYZ 17.28 8.02 49.93 -
YUV 64.7 199.28 167.45 -
System Red Green Blue C M Y K H S L
Decimal 120 12 191 0.37 0.94 0 0.25 276.2 0.88 0.4
Hex 78 C BF 25 5E 0 19 114 58 28
Octal 170 14 277 45 136 0 31 424 130 50
Binary 1111000 1100 10111111 100101 1011110 0 11001 100010100 1011000 101000

Color Harmonies of #780CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780CBF

Black with #780CBF

Text Example


Text Example

White with #780CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,12,191); }

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

background-color css

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

 a { background-color: rgb(120,12,191); }

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

border-color css

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

 span { border-color: rgb(120,12,191); }

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