Html Css Color HEX #790ED7 Dark Violet

📋 copy color: '#790ED7'

red 121 ◦ green 14 ◦ blue 215

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

Shades of Dark Violet #790ED7

Tints of Dark Violet #790ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 61.43%

R = 34.57%
G = 4%
B = 61.43%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#790ED7 (or 0x790ED7) is known color: Dark Violet. HEX triplet: 79, 0E and D7. RGB value is (121,14,215). Sum of RGB (Red+Green+Blue) = 121+14+215=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 215 (84.38% from 255 or 61.43% from 350); Max value from RGB is 215 - color contains mainly: blue. Hex color #790ED7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790ED7 is #86F128. Grayscale: #444444. Windows color (decimal): -8843561 or 14093945. OLE color: 14093945.

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

Color convert

RGB 121 14 215 -
CMYK 0.44 0.93 0 0.16
HSL 271.94º 0.88% 0.45% -
HSV(B) 271.94º 0.93% 0.84% -
XYZ 20.31 9.29 65.01 -
YUV 68.91 210.45 165.16 -
System Red Green Blue C M Y K H S L
Decimal 121 14 215 0.44 0.93 0 0.16 271.94 0.88 0.45
Hex 79 E D7 2C 5D 0 10 110 58 2D
Octal 171 16 327 54 135 0 20 420 130 55
Binary 1111001 1110 11010111 101100 1011101 0 10000 100010000 1011000 101101

Color Harmonies of #790ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790ED7

Black with #790ED7

Text Example


Text Example

White with #790ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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