Html Css Color HEX #780ECD Dark Violet

📋 copy color: '#780ECD'

red 120 ◦ green 14 ◦ blue 205

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

Shades of Dark Violet #780ECD

Tints of Dark Violet #780ECD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.13%

 BLUE value IS 205 (80.47% from 255) = 60.47%

R = 35.4%
G = 4.13%
B = 60.47%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#780ECD (or 0x780ECD) is known color: Dark Violet. HEX triplet: 78, 0E and CD. RGB value is (120,14,205). Sum of RGB (Red+Green+Blue) = 120+14+205=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #780ECD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780ECD is #87F132. Grayscale: #424242. Windows color (decimal): -8909107 or 13438584. OLE color: 13438584.

HSL color Cylindrical-coordinate representation of color #780ECD: hue angle of 273.3º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780ECD is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 14 205 -
CMYK 0.41 0.93 0 0.20
HSL 273.3º 0.87% 0.43% -
HSV(B) 273.3º 0.93% 0.8% -
XYZ 18.92 8.71 58.44 -
YUV 67.47 205.62 165.47 -
System Red Green Blue C M Y K H S L
Decimal 120 14 205 0.41 0.93 0 0.20 273.3 0.87 0.43
Hex 78 E CD 29 5D 0 14 111 57 2B
Octal 170 16 315 51 135 0 24 421 127 53
Binary 1111000 1110 11001101 101001 1011101 0 10100 100010001 1010111 101011

Color Harmonies of #780ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780ECD

Black with #780ECD

Text Example


Text Example

White with #780ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,14,205); }

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

background-color css

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

 a { background-color: rgb(120,14,205); }

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

border-color css

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

 span { border-color: rgb(120,14,205); }

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