Html Css Color HEX #7A55AA Studio

📋 copy color: '#7A55AA'

red 122 ◦ green 85 ◦ blue 170

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

Shades of Studio #7A55AA

Tints of Studio #7A55AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.55%

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

R = 32.36%
G = 22.55%
B = 45.09%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A55AA (or 0x7A55AA) is known color: Studio. HEX triplet: 7A, 55 and AA. RGB value is (122,85,170). Sum of RGB (Red+Green+Blue) = 122+85+170=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A55AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A55AA is #85AA55. Grayscale: #696969. Windows color (decimal): -8759894 or 11163002. OLE color: 11163002.

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

Color convert

RGB 122 85 170 -
CMYK 0.28 0.50 0 0.33
HSL 266.12º 0.33% 0.5% -
HSV(B) 266.12º 0.5% 0.67% -
XYZ 18.53 13.54 39.67 -
YUV 105.75 164.26 139.59 -
System Red Green Blue C M Y K H S L
Decimal 122 85 170 0.28 0.50 0 0.33 266.12 0.33 0.5
Hex 7A 55 AA 1C 32 0 21 10A 21 32
Octal 172 125 252 34 62 0 41 412 41 62
Binary 1111010 1010101 10101010 11100 110010 0 100001 100001010 100001 110010

Color Harmonies of #7A55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A55AA

Black with #7A55AA

Text Example


Text Example

White with #7A55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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