#7B559C

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

Shades of Studio #7B559C

Tints of Studio #7B559C

Color information

#7B559C (or 0x7B559C) is unknown color: approx Studio. HEX triplet: 7B, 55 and 9C. RGB value is (123,85,156). Sum of RGB (Red+Green+Blue) = 123+85+156=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #7B559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B559C is #84AA63. Grayscale: #686868. Windows color (decimal): -8694372 or 10245499. OLE color: 10245499.

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

Color convert

RGB12385156-
CMYK0.210.4600.39
HSL272.11º29.46%47.25%-
HSV(B)272.11º45.51%61.18%-
XYZ17.4213.1133.06-
YUV104.46157.09141.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.79%
GREEN value IS 85 (33.59% from 255) = 23.35%
BLUE value IS 156 (61.33% from 255) = 42.86%
R=33.79%
G=23.35%
B=42.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal123851560.210.4600.39272.1129.4647.25
Hex7B559C152E0271101d2f
Octal17312523425560474203557
Binary111101110101011001110010101101110010011110001000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,85,156); }

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

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

 a { background-color: rgb(123,85,156); }

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

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

 span { border-color: rgb(123,85,156); }

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