#7B479E

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

Shades of Studio #7B479E

Tints of Studio #7B479E

Color information

#7B479E (or 0x7B479E) is unknown color: approx Studio. HEX triplet: 7B, 47 and 9E. RGB value is (123,71,158). Sum of RGB (Red+Green+Blue) = 123+71+158=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B479E is #84B861. Grayscale: #606060. Windows color (decimal): -8697954 or 10372987. OLE color: 10372987.

HSL color Cylindrical-coordinate representation of color #7B479E: hue angle of 275.86º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B479E is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12371158-
CMYK0.220.5500.38
HSL275.86º37.99%44.9%-
HSV(B)275.86º55.06%61.96%-
XYZ16.5911.1933.63-
YUV96.47162.73146.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.94%
GREEN value IS 71 (28.12% from 255) = 20.17%
BLUE value IS 158 (62.11% from 255) = 44.89%
R=34.94%
G=20.17%
B=44.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123711580.220.5500.38275.8637.9944.9
Hex7B479E1637026114262d
Octal17310723626670464244655
Binary1111011100011110011110101101101110100110100010100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,71,158); }

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

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

 a { background-color: rgb(123,71,158); }

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

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

 span { border-color: rgb(123,71,158); }

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