Html Css Color HEX #790EDC Blue Violet

📋 copy color: '#790EDC'

red 121 ◦ green 14 ◦ blue 220

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

Shades of Blue Violet #790EDC

Tints of Blue Violet #790EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.97%

R = 34.08%
G = 3.94%
B = 61.97%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#790EDC (or 0x790EDC) is known color: Blue Violet. HEX triplet: 79, 0E and DC. RGB value is (121,14,220). Sum of RGB (Red+Green+Blue) = 121+14+220=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #790EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790EDC is #86F123. Grayscale: #444444. Windows color (decimal): -8843556 or 14421625. OLE color: 14421625.

HSL color Cylindrical-coordinate representation of color #790EDC: hue angle of 271.17º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790EDC is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 14 220 -
CMYK 0.45 0.94 0 0.14
HSL 271.17º 0.88% 0.46% -
HSV(B) 271.17º 0.94% 0.86% -
XYZ 20.96 9.55 68.45 -
YUV 69.48 212.95 164.75 -
System Red Green Blue C M Y K H S L
Decimal 121 14 220 0.45 0.94 0 0.14 271.17 0.88 0.46
Hex 79 E DC 2D 5E 0 E 10F 58 2E
Octal 171 16 334 55 136 0 16 417 130 56
Binary 1111001 1110 11011100 101101 1011110 0 1110 100001111 1011000 101110

Color Harmonies of #790EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790EDC

Black with #790EDC

Text Example


Text Example

White with #790EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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