Html Css Color HEX #780FC6 Dark Violet

📋 copy color: '#780FC6'

red 120 ◦ green 15 ◦ blue 198

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

Shades of Dark Violet #780FC6

Tints of Dark Violet #780FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 59.46%

R = 36.04%
G = 4.5%
B = 59.46%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#780FC6 (or 0x780FC6) is known color: Dark Violet. HEX triplet: 78, 0F and C6. RGB value is (120,15,198). Sum of RGB (Red+Green+Blue) = 120+15+198=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 198 (77.73% from 255 or 59.46% from 333); Max value from RGB is 198 - color contains mainly: blue. Hex color #780FC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780FC6 is #87F039. Grayscale: #424242. Windows color (decimal): -8908858 or 12980088. OLE color: 12980088.

HSL color Cylindrical-coordinate representation of color #780FC6: hue angle of 274.43º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780FC6 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 120 15 198 -
CMYK 0.39 0.92 0 0.22
HSL 274.43º 0.86% 0.42% -
HSV(B) 274.43º 0.92% 0.78% -
XYZ 18.11 8.41 54.1 -
YUV 67.26 201.79 165.62 -
System Red Green Blue C M Y K H S L
Decimal 120 15 198 0.39 0.92 0 0.22 274.43 0.86 0.42
Hex 78 F C6 27 5C 0 16 112 56 2A
Octal 170 17 306 47 134 0 26 422 126 52
Binary 1111000 1111 11000110 100111 1011100 0 10110 100010010 1010110 101010

Color Harmonies of #780FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780FC6

Black with #780FC6

Text Example


Text Example

White with #780FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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