#7B4899

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

Shades of Studio #7B4899

Tints of Studio #7B4899

Color information

#7B4899 (or 0x7B4899) is unknown color: approx Studio. HEX triplet: 7B, 48 and 99. RGB value is (123,72,153). Sum of RGB (Red+Green+Blue) = 123+72+153=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B4899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4899 is #84B766. Grayscale: #606060. Windows color (decimal): -8697703 or 10045563. OLE color: 10045563.

HSL color Cylindrical-coordinate representation of color #7B4899: hue angle of 277.78º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B4899 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12372153-
CMYK0.200.5300.4
HSL277.78º36%44.12%-
HSV(B)277.78º52.94%60%-
XYZ16.2411.1531.43-
YUV96.48159.9146.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.34%
GREEN value IS 72 (28.52% from 255) = 20.69%
BLUE value IS 153 (60.16% from 255) = 43.97%
R=35.34%
G=20.69%
B=43.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal123721530.200.5300.4277.783644.12
Hex7B48991435028116242c
Octal17311023124650504264454
Binary1111011100100010011001101001101010101000100010110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,72,153); }

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

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

 a { background-color: rgb(123,72,153); }

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

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

 span { border-color: rgb(123,72,153); }

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