#7B44AE

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

Shades of Studio #7B44AE

Tints of Studio #7B44AE

Color information

#7B44AE (or 0x7B44AE) is unknown color: approx Studio. HEX triplet: 7B, 44 and AE. RGB value is (123,68,174). Sum of RGB (Red+Green+Blue) = 123+68+174=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B44AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B44AE is #84BB51. Grayscale: #606060. Windows color (decimal): -8698706 or 11420795. OLE color: 11420795.

HSL color Cylindrical-coordinate representation of color #7B44AE: hue angle of 271.13º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B44AE is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12368174-
CMYK0.290.6100.32
HSL271.13º43.8%47.45%-
HSV(B)271.13º60.92%68.24%-
XYZ17.8811.441.3-
YUV96.53171.72146.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.70%
GREEN value IS 68 (26.95% from 255) = 18.63%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=33.70%
G=18.63%
B=47.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123681740.290.6100.32271.1343.847.45
Hex7B44AE1D3D02010f2c2f
Octal17310425635750404175457
Binary1111011100010010101110111011111010100000100001111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B44AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,68,174); }

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

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

 a { background-color: rgb(123,68,174); }

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

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

 span { border-color: rgb(123,68,174); }

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