Html Css Color HEX #780DCE Dark Violet

📋 copy color: '#780DCE'

red 120 ◦ green 13 ◦ blue 206

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

Shades of Dark Violet #780DCE

Tints of Dark Violet #780DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.77%

R = 35.4%
G = 3.83%
B = 60.77%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#780DCE (or 0x780DCE) is known color: Dark Violet. HEX triplet: 78, 0D and CE. RGB value is (120,13,206). Sum of RGB (Red+Green+Blue) = 120+13+206=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #780DCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780DCE is #87F231. Grayscale: #424242. Windows color (decimal): -8909362 or 13503864. OLE color: 13503864.

HSL color Cylindrical-coordinate representation of color #780DCE: hue angle of 273.26º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780DCE is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 13 206 -
CMYK 0.42 0.94 0 0.19
HSL 273.26º 0.88% 0.43% -
HSV(B) 273.26º 0.94% 0.81% -
XYZ 19.03 8.74 59.08 -
YUV 67 206.45 165.81 -
System Red Green Blue C M Y K H S L
Decimal 120 13 206 0.42 0.94 0 0.19 273.26 0.88 0.43
Hex 78 D CE 2A 5E 0 13 111 58 2B
Octal 170 15 316 52 136 0 23 421 130 53
Binary 1111000 1101 11001110 101010 1011110 0 10011 100010001 1011000 101011

Color Harmonies of #780DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780DCE

Black with #780DCE

Text Example


Text Example

White with #780DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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