Html Css Color HEX #790DAE Dark Violet

📋 copy color: '#790DAE'

red 121 ◦ green 13 ◦ blue 174

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

Shades of Dark Violet #790DAE

Tints of Dark Violet #790DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.22%

 BLUE value IS 174 (68.36% from 255) = 56.49%

R = 39.29%
G = 4.22%
B = 56.49%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#790DAE (or 0x790DAE) is known color: Dark Violet. HEX triplet: 79, 0D and AE. RGB value is (121,13,174). Sum of RGB (Red+Green+Blue) = 121+13+174=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #790DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790DAE is #86F251. Grayscale: #3F3F3F. Windows color (decimal): -8843858 or 11406713. OLE color: 11406713.

HSL color Cylindrical-coordinate representation of color #790DAE: hue angle of 280.25º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790DAE is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 13 174 -
CMYK 0.30 0.93 0 0.32
HSL 280.25º 0.86% 0.37% -
HSV(B) 280.25º 0.93% 0.68% -
XYZ 15.67 7.41 40.65 -
YUV 63.65 190.28 168.91 -
System Red Green Blue C M Y K H S L
Decimal 121 13 174 0.30 0.93 0 0.32 280.25 0.86 0.37
Hex 79 D AE 1E 5D 0 20 118 56 25
Octal 171 15 256 36 135 0 40 430 126 45
Binary 1111001 1101 10101110 11110 1011101 0 100000 100011000 1010110 100101

Color Harmonies of #790DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790DAE

Black with #790DAE

Text Example


Text Example

White with #790DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,13,174); }

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

background-color css

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

 a { background-color: rgb(121,13,174); }

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

border-color css

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

 span { border-color: rgb(121,13,174); }

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