Html Css Color HEX #790CAD Dark Violet

📋 copy color: '#790CAD'

red 121 ◦ green 12 ◦ blue 173

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

Shades of Dark Violet #790CAD

Tints of Dark Violet #790CAD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.92%

 BLUE value IS 173 (67.97% from 255) = 56.54%

R = 39.54%
G = 3.92%
B = 56.54%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#790CAD (or 0x790CAD) is known color: Dark Violet. HEX triplet: 79, 0C and AD. RGB value is (121,12,173). Sum of RGB (Red+Green+Blue) = 121+12+173=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #790CAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790CAD is #86F352. Grayscale: #3E3E3E. Windows color (decimal): -8844115 or 11340921. OLE color: 11340921.

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

Color convert

RGB 121 12 173 -
CMYK 0.30 0.93 0 0.32
HSL 280.62º 0.87% 0.36% -
HSV(B) 280.62º 0.93% 0.68% -
XYZ 15.56 7.35 40.13 -
YUV 62.95 190.11 169.41 -
System Red Green Blue C M Y K H S L
Decimal 121 12 173 0.30 0.93 0 0.32 280.62 0.87 0.36
Hex 79 C AD 1E 5D 0 20 119 57 24
Octal 171 14 255 36 135 0 40 431 127 44
Binary 1111001 1100 10101101 11110 1011101 0 100000 100011001 1010111 100100

Color Harmonies of #790CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790CAD

Black with #790CAD

Text Example


Text Example

White with #790CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,12,173); }

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

background-color css

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

 a { background-color: rgb(121,12,173); }

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

border-color css

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

 span { border-color: rgb(121,12,173); }

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