Html Css Color HEX #790EDA Blue Violet

📋 copy color: '#790EDA'

red 121 ◦ green 14 ◦ blue 218

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

Shades of Blue Violet #790EDA

Tints of Blue Violet #790EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.76%

R = 34.28%
G = 3.97%
B = 61.76%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#790EDA (or 0x790EDA) is known color: Blue Violet. HEX triplet: 79, 0E and DA. RGB value is (121,14,218). Sum of RGB (Red+Green+Blue) = 121+14+218=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #790EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790EDA is #86F125. Grayscale: #444444. Windows color (decimal): -8843558 or 14290553. OLE color: 14290553.

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

Color convert

RGB 121 14 218 -
CMYK 0.44 0.94 0 0.15
HSL 271.47º 0.88% 0.45% -
HSV(B) 271.47º 0.94% 0.85% -
XYZ 20.7 9.44 67.06 -
YUV 69.25 211.95 164.91 -
System Red Green Blue C M Y K H S L
Decimal 121 14 218 0.44 0.94 0 0.15 271.47 0.88 0.45
Hex 79 E DA 2C 5E 0 F 10F 58 2D
Octal 171 16 332 54 136 0 17 417 130 55
Binary 1111001 1110 11011010 101100 1011110 0 1111 100001111 1011000 101101

Color Harmonies of #790EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790EDA

Black with #790EDA

Text Example


Text Example

White with #790EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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