Html Css Color HEX #790ACE Dark Violet

📋 copy color: '#790ACE'

red 121 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #790ACE

Tints of Dark Violet #790ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.13%

R = 35.91%
G = 2.97%
B = 61.13%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#790ACE (or 0x790ACE) is known color: Dark Violet. HEX triplet: 79, 0A and CE. RGB value is (121,10,206). Sum of RGB (Red+Green+Blue) = 121+10+206=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #790ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790ACE is #86F531. Grayscale: #404040. Windows color (decimal): -8844594 or 13503097. OLE color: 13503097.

HSL color Cylindrical-coordinate representation of color #790ACE: hue angle of 273.98º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790ACE is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 10 206 -
CMYK 0.41 0.95 0 0.19
HSL 273.98º 0.91% 0.42% -
HSV(B) 273.98º 0.95% 0.81% -
XYZ 19.13 8.74 59.07 -
YUV 65.53 207.27 167.56 -
System Red Green Blue C M Y K H S L
Decimal 121 10 206 0.41 0.95 0 0.19 273.98 0.91 0.42
Hex 79 A CE 29 5F 0 13 112 5B 2A
Octal 171 12 316 51 137 0 23 422 133 52
Binary 1111001 1010 11001110 101001 1011111 0 10011 100010010 1011011 101010

Color Harmonies of #790ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790ACE

Black with #790ACE

Text Example


Text Example

White with #790ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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