Html Css Color HEX #780CBB Dark Violet

📋 copy color: '#780CBB'

red 120 ◦ green 12 ◦ blue 187

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

Shades of Dark Violet #780CBB

Tints of Dark Violet #780CBB

RGB

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

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

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

R = 37.62%
G = 3.76%
B = 58.62%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#780CBB (or 0x780CBB) is known color: Dark Violet. HEX triplet: 78, 0C and BB. RGB value is (120,12,187). Sum of RGB (Red+Green+Blue) = 120+12+187=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #780CBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780CBB is #87F344. Grayscale: #3F3F3F. Windows color (decimal): -8909637 or 12258424. OLE color: 12258424.

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

Color convert

RGB 120 12 187 -
CMYK 0.36 0.94 0 0.27
HSL 277.03º 0.88% 0.39% -
HSV(B) 277.03º 0.94% 0.73% -
XYZ 16.85 7.84 47.64 -
YUV 64.24 197.28 167.77 -
System Red Green Blue C M Y K H S L
Decimal 120 12 187 0.36 0.94 0 0.27 277.03 0.88 0.39
Hex 78 C BB 24 5E 0 1B 115 58 27
Octal 170 14 273 44 136 0 33 425 130 47
Binary 1111000 1100 10111011 100100 1011110 0 11011 100010101 1011000 100111

Color Harmonies of #780CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780CBB

Black with #780CBB

Text Example


Text Example

White with #780CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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