Html Css Color HEX #780FC0 Dark Violet

📋 copy color: '#780FC0'

red 120 ◦ green 15 ◦ blue 192

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

Shades of Dark Violet #780FC0

Tints of Dark Violet #780FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 58.72%

R = 36.7%
G = 4.59%
B = 58.72%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#780FC0 (or 0x780FC0) is known color: Dark Violet. HEX triplet: 78, 0F and C0. RGB value is (120,15,192). Sum of RGB (Red+Green+Blue) = 120+15+192=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 192 (75.39% from 255 or 58.72% from 327); Max value from RGB is 192 - color contains mainly: blue. Hex color #780FC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780FC0 is #87F03F. Grayscale: #414141. Windows color (decimal): -8908864 or 12586872. OLE color: 12586872.

HSL color Cylindrical-coordinate representation of color #780FC0: hue angle of 275.59º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780FC0 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 15 192 -
CMYK 0.38 0.92 0 0.25
HSL 275.59º 0.86% 0.41% -
HSV(B) 275.59º 0.92% 0.75% -
XYZ 17.43 8.14 50.52 -
YUV 66.57 198.79 166.11 -
System Red Green Blue C M Y K H S L
Decimal 120 15 192 0.38 0.92 0 0.25 275.59 0.86 0.41
Hex 78 F C0 26 5C 0 19 114 56 29
Octal 170 17 300 46 134 0 31 424 126 51
Binary 1111000 1111 11000000 100110 1011100 0 11001 100010100 1010110 101001

Color Harmonies of #780FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780FC0

Black with #780FC0

Text Example


Text Example

White with #780FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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