Html Css Color HEX #780CC9 Dark Violet

📋 copy color: '#780CC9'

red 120 ◦ green 12 ◦ blue 201

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

Shades of Dark Violet #780CC9

Tints of Dark Violet #780CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 60.36%

R = 36.04%
G = 3.6%
B = 60.36%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#780CC9 (or 0x780CC9) is known color: Dark Violet. HEX triplet: 78, 0C and C9. RGB value is (120,12,201). Sum of RGB (Red+Green+Blue) = 120+12+201=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 201 (78.91% from 255 or 60.36% from 333); Max value from RGB is 201 - color contains mainly: blue. Hex color #780CC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780CC9 is #87F336. Grayscale: #414141. Windows color (decimal): -8909623 or 13175928. OLE color: 13175928.

HSL color Cylindrical-coordinate representation of color #780CC9: hue angle of 274.29º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780CC9 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 12 201 -
CMYK 0.40 0.94 0 0.21
HSL 274.29º 0.89% 0.42% -
HSV(B) 274.29º 0.94% 0.79% -
XYZ 18.42 8.47 55.92 -
YUV 65.84 204.28 166.63 -
System Red Green Blue C M Y K H S L
Decimal 120 12 201 0.40 0.94 0 0.21 274.29 0.89 0.42
Hex 78 C C9 28 5E 0 15 112 59 2A
Octal 170 14 311 50 136 0 25 422 131 52
Binary 1111000 1100 11001001 101000 1011110 0 10101 100010010 1011001 101010

Color Harmonies of #780CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780CC9

Black with #780CC9

Text Example


Text Example

White with #780CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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