#7A52AA

Color #7A52AA Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7A52AA

Tints of Studio #7A52AA

Color information

#7A52AA (or 0x7A52AA) is unknown color: approx Studio. HEX triplet: 7A, 52 and AA. RGB value is (122,82,170). Sum of RGB (Red+Green+Blue) = 122+82+170=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A52AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A52AA is #85AD55. Grayscale: #676767. Windows color (decimal): -8760662 or 11162234. OLE color: 11162234.

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

Color convert

RGB12282170-
CMYK0.280.5200.33
HSL267.27º34.92%49.41%-
HSV(B)267.27º51.76%66.67%-
XYZ18.313.0739.59-
YUV103.99165.25140.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.62%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=32.62%
G=21.93%
B=45.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122821700.280.5200.33267.2734.9249.41
Hex7A52AA1C3402110b2331
Octal17212225234640414134361
Binary1111010101001010101010111001101000100001100001011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A52AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A52AA;
 }
 .AnyTagClassName
 {
   color: #7A52AA;
 }
</style>
background-color css

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

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

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

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

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

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