#7B4599

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

Shades of Studio #7B4599

Tints of Studio #7B4599

Color information

#7B4599 (or 0x7B4599) is unknown color: approx Studio. HEX triplet: 7B, 45 and 99. RGB value is (123,69,153). Sum of RGB (Red+Green+Blue) = 123+69+153=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B4599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4599 is #84BA66. Grayscale: #5E5E5E. Windows color (decimal): -8698471 or 10044795. OLE color: 10044795.

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

Color convert

RGB12369153-
CMYK0.200.5500.4
HSL278.57º37.84%43.53%-
HSV(B)278.57º54.9%60%-
XYZ16.0510.7731.37-
YUV94.72160.89148.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.65%
GREEN value IS 69 (27.34% from 255) = 20%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=35.65%
G=20%
B=44.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal123691530.200.5500.4278.5737.8443.53
Hex7B45991437028117262c
Octal17310523124670504274654
Binary1111011100010110011001101001101110101000100010111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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