#7B52AA

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

Shades of Studio #7B52AA

Tints of Studio #7B52AA

Color information

#7B52AA (or 0x7B52AA) is unknown color: approx Studio. HEX triplet: 7B, 52 and AA. RGB value is (123,82,170). Sum of RGB (Red+Green+Blue) = 123+82+170=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B52AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B52AA is #84AD55. Grayscale: #676767. Windows color (decimal): -8695126 or 11162235. OLE color: 11162235.

HSL color Cylindrical-coordinate representation of color #7B52AA: hue angle of 267.95º 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 #7B52AA is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12382170-
CMYK0.280.5200.33
HSL267.95º34.92%49.41%-
HSV(B)267.95º51.76%66.67%-
XYZ18.4413.1539.6-
YUV104.29165.08141.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.8%
GREEN value IS 82 (32.42% from 255) = 21.87%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=32.8%
G=21.87%
B=45.33%

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
Decimal123821700.280.5200.33267.9534.9249.41
Hex7B52AA1C3402110c2331
Octal17312225234640414144361
Binary1111011101001010101010111001101000100001100001100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B52AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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