Html Css Color HEX #790AE2 Dark Violet

📋 copy color: '#790AE2'

red 121 ◦ green 10 ◦ blue 226

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

Shades of Dark Violet #790AE2

Tints of Dark Violet #790AE2

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.8%

 BLUE value IS 226 (88.67% from 255) = 63.31%

R = 33.89%
G = 2.8%
B = 63.31%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#790AE2 (or 0x790AE2) is known color: Dark Violet. HEX triplet: 79, 0A and E2. RGB value is (121,10,226). Sum of RGB (Red+Green+Blue) = 121+10+226=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 226 (88.67% from 255 or 63.31% from 357); Max value from RGB is 226 - color contains mainly: blue. Hex color #790AE2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790AE2 is #86F51D. Grayscale: #434343. Windows color (decimal): -8844574 or 14813817. OLE color: 14813817.

HSL color Cylindrical-coordinate representation of color #790AE2: hue angle of 270.83º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790AE2 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 121 10 226 -
CMYK 0.46 0.96 0 0.11
HSL 270.83º 0.92% 0.46% -
HSV(B) 270.83º 0.96% 0.89% -
XYZ 21.72 9.77 72.69 -
YUV 67.81 217.27 165.94 -
System Red Green Blue C M Y K H S L
Decimal 121 10 226 0.46 0.96 0 0.11 270.83 0.92 0.46
Hex 79 A E2 2E 60 0 B 10F 5C 2E
Octal 171 12 342 56 140 0 13 417 134 56
Binary 1111001 1010 11100010 101110 1100000 0 1011 100001111 1011100 101110

Color Harmonies of #790AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790AE2

Black with #790AE2

Text Example


Text Example

White with #790AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,10,226); }

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

background-color css

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

 a { background-color: rgb(121,10,226); }

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

border-color css

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

 span { border-color: rgb(121,10,226); }

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