Html Css Color HEX #790EDD Blue Violet

📋 copy color: '#790EDD'

red 121 ◦ green 14 ◦ blue 221

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

Shades of Blue Violet #790EDD

Tints of Blue Violet #790EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.08%

R = 33.99%
G = 3.93%
B = 62.08%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#790EDD (or 0x790EDD) is known color: Blue Violet. HEX triplet: 79, 0E and DD. RGB value is (121,14,221). Sum of RGB (Red+Green+Blue) = 121+14+221=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #790EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790EDD is #86F122. Grayscale: #444444. Windows color (decimal): -8843555 or 14487161. OLE color: 14487161.

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

Color convert

RGB 121 14 221 -
CMYK 0.45 0.94 0 0.13
HSL 271.01º 0.88% 0.46% -
HSV(B) 271.01º 0.94% 0.87% -
XYZ 21.09 9.6 69.15 -
YUV 69.59 213.45 164.67 -
System Red Green Blue C M Y K H S L
Decimal 121 14 221 0.45 0.94 0 0.13 271.01 0.88 0.46
Hex 79 E DD 2D 5E 0 D 10F 58 2E
Octal 171 16 335 55 136 0 15 417 130 56
Binary 1111001 1110 11011101 101101 1011110 0 1101 100001111 1011000 101110

Color Harmonies of #790EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790EDD

Black with #790EDD

Text Example


Text Example

White with #790EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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