Html Css Color HEX #790DAF Dark Violet

📋 copy color: '#790DAF'

red 121 ◦ green 13 ◦ blue 175

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

Shades of Dark Violet #790DAF

Tints of Dark Violet #790DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 56.63%

R = 39.16%
G = 4.21%
B = 56.63%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#790DAF (or 0x790DAF) is known color: Dark Violet. HEX triplet: 79, 0D and AF. RGB value is (121,13,175). Sum of RGB (Red+Green+Blue) = 121+13+175=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #790DAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790DAF is #86F250. Grayscale: #3F3F3F. Windows color (decimal): -8843857 or 11472249. OLE color: 11472249.

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

Color convert

RGB 121 13 175 -
CMYK 0.31 0.93 0 0.31
HSL 280º 0.86% 0.37% -
HSV(B) 280º 0.93% 0.69% -
XYZ 15.77 7.45 41.16 -
YUV 63.76 190.78 168.83 -
System Red Green Blue C M Y K H S L
Decimal 121 13 175 0.31 0.93 0 0.31 280 0.86 0.37
Hex 79 D AF 1F 5D 0 1F 118 56 25
Octal 171 15 257 37 135 0 37 430 126 45
Binary 1111001 1101 10101111 11111 1011101 0 11111 100011000 1010110 100101

Color Harmonies of #790DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790DAF

Black with #790DAF

Text Example


Text Example

White with #790DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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