Html Css Color HEX #790DB2 Dark Violet

📋 copy color: '#790DB2'

red 121 ◦ green 13 ◦ blue 178

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

Shades of Dark Violet #790DB2

Tints of Dark Violet #790DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 57.05%

R = 38.78%
G = 4.17%
B = 57.05%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#790DB2 (or 0x790DB2) is known color: Dark Violet. HEX triplet: 79, 0D and B2. RGB value is (121,13,178). Sum of RGB (Red+Green+Blue) = 121+13+178=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 178 (69.92% from 255 or 57.05% from 312); Max value from RGB is 178 - color contains mainly: blue. Hex color #790DB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790DB2 is #86F24D. Grayscale: #3F3F3F. Windows color (decimal): -8843854 or 11668857. OLE color: 11668857.

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

Color convert

RGB 121 13 178 -
CMYK 0.32 0.93 0 0.30
HSL 279.27º 0.86% 0.37% -
HSV(B) 279.27º 0.93% 0.7% -
XYZ 16.06 7.57 42.73 -
YUV 64.1 192.28 168.58 -
System Red Green Blue C M Y K H S L
Decimal 121 13 178 0.32 0.93 0 0.30 279.27 0.86 0.37
Hex 79 D B2 20 5D 0 1E 117 56 25
Octal 171 15 262 40 135 0 36 427 126 45
Binary 1111001 1101 10110010 100000 1011101 0 11110 100010111 1010110 100101

Color Harmonies of #790DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790DB2

Black with #790DB2

Text Example


Text Example

White with #790DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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