Html Css Color HEX #790ED8 Dark Violet

📋 copy color: '#790ED8'

red 121 ◦ green 14 ◦ blue 216

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

Shades of Dark Violet #790ED8

Tints of Dark Violet #790ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 61.54%

R = 34.47%
G = 3.99%
B = 61.54%

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

#790ED8 (or 0x790ED8) is known color: Dark Violet. HEX triplet: 79, 0E and D8. RGB value is (121,14,216). Sum of RGB (Red+Green+Blue) = 121+14+216=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 216 (84.77% from 255 or 61.54% from 351); Max value from RGB is 216 - color contains mainly: blue. Hex color #790ED8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790ED8 is #86F127. Grayscale: #444444. Windows color (decimal): -8843560 or 14159481. OLE color: 14159481.

HSL color Cylindrical-coordinate representation of color #790ED8: hue angle of 271.78º 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 #790ED8 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 121 14 216 -
CMYK 0.44 0.94 0 0.15
HSL 271.78º 0.88% 0.45% -
HSV(B) 271.78º 0.94% 0.85% -
XYZ 20.44 9.34 65.69 -
YUV 69.02 210.95 165.07 -
System Red Green Blue C M Y K H S L
Decimal 121 14 216 0.44 0.94 0 0.15 271.78 0.88 0.45
Hex 79 E D8 2C 5E 0 F 110 58 2D
Octal 171 16 330 54 136 0 17 420 130 55
Binary 1111001 1110 11011000 101100 1011110 0 1111 100010000 1011000 101101

Color Harmonies of #790ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790ED8

Black with #790ED8

Text Example


Text Example

White with #790ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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