#7B4AAA

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

Shades of Studio #7B4AAA

Tints of Studio #7B4AAA

Color information

#7B4AAA (or 0x7B4AAA) is unknown color: approx Studio. HEX triplet: 7B, 4A and AA. RGB value is (123,74,170). Sum of RGB (Red+Green+Blue) = 123+74+170=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B4AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4AAA is #84B555. Grayscale: #636363. Windows color (decimal): -8697174 or 11160187. OLE color: 11160187.

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

Color convert

RGB12374170-
CMYK0.280.5600.33
HSL270.62º39.34%47.84%-
HSV(B)270.62º56.47%66.67%-
XYZ17.8712.0139.41-
YUV99.6167.73144.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.51%
GREEN value IS 74 (29.30% from 255) = 20.16%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=33.51%
G=20.16%
B=46.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal123741700.280.5600.33270.6239.3447.84
Hex7B4AAA1C3802110f2730
Octal17311225234700414174760
Binary1111011100101010101010111001110000100001100001111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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