Html Css Color HEX #790ECD Dark Violet

📋 copy color: '#790ECD'

red 121 ◦ green 14 ◦ blue 205

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

Shades of Dark Violet #790ECD

Tints of Dark Violet #790ECD

RGB

 RED value IS 121 (47.66% from 255) = 35.59%

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

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

R = 35.59%
G = 4.12%
B = 60.29%

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

#790ECD (or 0x790ECD) is known color: Dark Violet. HEX triplet: 79, 0E and CD. RGB value is (121,14,205). Sum of RGB (Red+Green+Blue) = 121+14+205=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 205 (80.47% from 255 or 60.29% from 340); Max value from RGB is 205 - color contains mainly: blue. Hex color #790ECD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790ECD is #86F132. Grayscale: #434343. Windows color (decimal): -8843571 or 13438585. OLE color: 13438585.

HSL color Cylindrical-coordinate representation of color #790ECD: hue angle of 273.61º 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 #790ECD is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 14 205 -
CMYK 0.41 0.93 0 0.20
HSL 273.61º 0.87% 0.43% -
HSV(B) 273.61º 0.93% 0.8% -
XYZ 19.06 8.79 58.45 -
YUV 67.77 205.45 165.97 -
System Red Green Blue C M Y K H S L
Decimal 121 14 205 0.41 0.93 0 0.20 273.61 0.87 0.43
Hex 79 E CD 29 5D 0 14 112 57 2B
Octal 171 16 315 51 135 0 24 422 127 53
Binary 1111001 1110 11001101 101001 1011101 0 10100 100010010 1010111 101011

Color Harmonies of #790ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790ECD

Black with #790ECD

Text Example


Text Example

White with #790ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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