Html Css Color HEX #7940AA Studio

📋 copy color: '#7940AA'

red 121 ◦ green 64 ◦ blue 170

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

Shades of Studio #7940AA

Tints of Studio #7940AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.89%

R = 34.08%
G = 18.03%
B = 47.89%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7940AA (or 0x7940AA) is known color: Studio. HEX triplet: 79, 40 and AA. RGB value is (121,64,170). Sum of RGB (Red+Green+Blue) = 121+64+170=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #7940AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7940AA is #86BF55. Grayscale: #5C5C5C. Windows color (decimal): -8830806 or 11157625. OLE color: 11157625.

HSL color Cylindrical-coordinate representation of color #7940AA: hue angle of 272.26º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7940AA is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 64 170 -
CMYK 0.29 0.62 0 0.33
HSL 272.26º 0.45% 0.46% -
HSV(B) 272.26º 0.62% 0.67% -
XYZ 16.97 10.63 39.19 -
YUV 93.13 171.38 147.88 -
System Red Green Blue C M Y K H S L
Decimal 121 64 170 0.29 0.62 0 0.33 272.26 0.45 0.46
Hex 79 40 AA 1D 3E 0 21 110 2D 2E
Octal 171 100 252 35 76 0 41 420 55 56
Binary 1111001 1000000 10101010 11101 111110 0 100001 100010000 101101 101110

Color Harmonies of #7940AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7940AA

Black with #7940AA

Text Example


Text Example

White with #7940AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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