Html Css Color HEX #7906AD Dark Violet

📋 copy color: '#7906AD'

red 121 ◦ green 6 ◦ blue 173

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

Shades of Dark Violet #7906AD

Tints of Dark Violet #7906AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2%

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

R = 40.33%
G = 2%
B = 57.67%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7906AD (or 0x7906AD) is known color: Dark Violet. HEX triplet: 79, 06 and AD. RGB value is (121,6,173). Sum of RGB (Red+Green+Blue) = 121+6+173=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #7906AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7906AD is #86F952. Grayscale: #3A3A3A. Windows color (decimal): -8845651 or 11339385. OLE color: 11339385.

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

Color convert

RGB 121 6 173 -
CMYK 0.30 0.97 0 0.32
HSL 281.32º 0.93% 0.35% -
HSV(B) 281.32º 0.97% 0.68% -
XYZ 15.49 7.21 40.11 -
YUV 59.42 192.1 171.92 -
System Red Green Blue C M Y K H S L
Decimal 121 6 173 0.30 0.97 0 0.32 281.32 0.93 0.35
Hex 79 6 AD 1E 61 0 20 119 5D 23
Octal 171 6 255 36 141 0 40 431 135 43
Binary 1111001 110 10101101 11110 1100001 0 100000 100011001 1011101 100011

Color Harmonies of #7906AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7906AD

Black with #7906AD

Text Example


Text Example

White with #7906AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7906AD; }

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

 H1.HeaderClassName
 {
   color: #7906AD;
 }
 .AnyTagClassName
 {
   color: #7906AD;
 }
</style>

background-color css

<style>
 a { background-color: #7906AD; }

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

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

border-color css

<style>
 span { border-color: #7906AD; }

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

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