Html Css Color HEX #780DCA Dark Violet

📋 copy color: '#780DCA'

red 120 ◦ green 13 ◦ blue 202

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

Shades of Dark Violet #780DCA

Tints of Dark Violet #780DCA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.88%

 BLUE value IS 202 (79.3% from 255) = 60.3%

R = 35.82%
G = 3.88%
B = 60.3%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#780DCA (or 0x780DCA) is known color: Dark Violet. HEX triplet: 78, 0D and CA. RGB value is (120,13,202). Sum of RGB (Red+Green+Blue) = 120+13+202=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #780DCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780DCA is #87F235. Grayscale: #414141. Windows color (decimal): -8909366 or 13241720. OLE color: 13241720.

HSL color Cylindrical-coordinate representation of color #780DCA: hue angle of 273.97º degrees, saturation: 0.88, 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 #780DCA is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 13 202 -
CMYK 0.41 0.94 0 0.21
HSL 273.97º 0.88% 0.42% -
HSV(B) 273.97º 0.94% 0.79% -
XYZ 18.55 8.55 56.55 -
YUV 66.54 204.45 166.13 -
System Red Green Blue C M Y K H S L
Decimal 120 13 202 0.41 0.94 0 0.21 273.97 0.88 0.42
Hex 78 D CA 29 5E 0 15 112 58 2A
Octal 170 15 312 51 136 0 25 422 130 52
Binary 1111000 1101 11001010 101001 1011110 0 10101 100010010 1011000 101010

Color Harmonies of #780DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780DCA

Black with #780DCA

Text Example


Text Example

White with #780DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,13,202); }

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

background-color css

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

 a { background-color: rgb(120,13,202); }

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

border-color css

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

 span { border-color: rgb(120,13,202); }

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