Html Css Color HEX #7A50AA Studio

📋 copy color: '#7A50AA'

red 122 ◦ green 80 ◦ blue 170

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

Shades of Studio #7A50AA

Tints of Studio #7A50AA

RGB

 RED value IS 122 (48.05% from 255) = 32.8%

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 32.8%
G = 21.51%
B = 45.7%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A50AA (or 0x7A50AA) is known color: Studio. HEX triplet: 7A, 50 and AA. RGB value is (122,80,170). Sum of RGB (Red+Green+Blue) = 122+80+170=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A50AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A50AA is #85AF55. Grayscale: #666666. Windows color (decimal): -8761174 or 11161722. OLE color: 11161722.

HSL color Cylindrical-coordinate representation of color #7A50AA: hue angle of 268º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A50AA is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 80 170 -
CMYK 0.28 0.53 0 0.33
HSL 268º 0.36% 0.49% -
HSV(B) 268º 0.53% 0.67% -
XYZ 18.15 12.78 39.54 -
YUV 102.82 165.91 141.68 -
System Red Green Blue C M Y K H S L
Decimal 122 80 170 0.28 0.53 0 0.33 268 0.36 0.49
Hex 7A 50 AA 1C 35 0 21 10C 24 31
Octal 172 120 252 34 65 0 41 414 44 61
Binary 1111010 1010000 10101010 11100 110101 0 100001 100001100 100100 110001

Color Harmonies of #7A50AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A50AA

Black with #7A50AA

Text Example


Text Example

White with #7A50AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A50AA; }

 p { color: rgb(122,80,170); }

 H1.HeaderClassName
 {
   color: #7A50AA;
 }
 .AnyTagClassName
 {
   color: #7A50AA;
 }
</style>

background-color css

<style>
 a { background-color: #7A50AA; }

 a { background-color: rgb(122,80,170); }

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

border-color css

<style>
 span { border-color: #7A50AA; }

 span { border-color: rgb(122,80,170); }

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