Html Css Color HEX #790ACD Dark Violet

📋 copy color: '#790ACD'

red 121 ◦ green 10 ◦ blue 205

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

Shades of Dark Violet #790ACD

Tints of Dark Violet #790ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.01%

R = 36.01%
G = 2.98%
B = 61.01%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#790ACD (or 0x790ACD) is known color: Dark Violet. HEX triplet: 79, 0A and CD. RGB value is (121,10,205). Sum of RGB (Red+Green+Blue) = 121+10+205=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #790ACD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790ACD is #86F532. Grayscale: #404040. Windows color (decimal): -8844595 or 13437561. OLE color: 13437561.

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

Color convert

RGB 121 10 205 -
CMYK 0.41 0.95 0 0.20
HSL 274.15º 0.91% 0.42% -
HSV(B) 274.15º 0.95% 0.8% -
XYZ 19.01 8.69 58.43 -
YUV 65.42 206.77 167.64 -
System Red Green Blue C M Y K H S L
Decimal 121 10 205 0.41 0.95 0 0.20 274.15 0.91 0.42
Hex 79 A CD 29 5F 0 14 112 5B 2A
Octal 171 12 315 51 137 0 24 422 133 52
Binary 1111001 1010 11001101 101001 1011111 0 10100 100010010 1011011 101010

Color Harmonies of #790ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790ACD

Black with #790ACD

Text Example


Text Example

White with #790ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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