Html Css Color HEX #7940AD Studio

📋 copy color: '#7940AD'

red 121 ◦ green 64 ◦ blue 173

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

Shades of Studio #7940AD

Tints of Studio #7940AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.88%

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

R = 33.8%
G = 17.88%
B = 48.32%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7940AD (or 0x7940AD) is known color: Studio. HEX triplet: 79, 40 and AD. RGB value is (121,64,173). Sum of RGB (Red+Green+Blue) = 121+64+173=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #7940AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7940AD is #86BF52. Grayscale: #5D5D5D. Windows color (decimal): -8830803 or 11354233. OLE color: 11354233.

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

Color convert

RGB 121 64 173 -
CMYK 0.30 0.63 0 0.32
HSL 271.38º 0.46% 0.46% -
HSV(B) 271.38º 0.63% 0.68% -
XYZ 17.26 10.75 40.7 -
YUV 93.47 172.88 147.64 -
System Red Green Blue C M Y K H S L
Decimal 121 64 173 0.30 0.63 0 0.32 271.38 0.46 0.46
Hex 79 40 AD 1E 3F 0 20 10F 2E 2E
Octal 171 100 255 36 77 0 40 417 56 56
Binary 1111001 1000000 10101101 11110 111111 0 100000 100001111 101110 101110

Color Harmonies of #7940AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7940AD

Black with #7940AD

Text Example


Text Example

White with #7940AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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