#7B54AE

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

Shades of Studio #7B54AE

Tints of Studio #7B54AE

Color information

#7B54AE (or 0x7B54AE) is unknown color: approx Studio. HEX triplet: 7B, 54 and AE. RGB value is (123,84,174). Sum of RGB (Red+Green+Blue) = 123+84+174=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B54AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B54AE is #84AB51. Grayscale: #696969. Windows color (decimal): -8694610 or 11424891. OLE color: 11424891.

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

Color convert

RGB12384174-
CMYK0.290.5200.32
HSL266º35.71%50.59%-
HSV(B)266º51.72%68.24%-
XYZ18.9813.6141.67-
YUV105.92166.42140.18-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.28%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 174 (68.36% from 255) = 45.67%
R=32.28%
G=22.05%
B=45.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123841740.290.5200.3226635.7150.59
Hex7B54AE1D3402010a2433
Octal17312425635640404124463
Binary1111011101010010101110111011101000100000100001010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B54AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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