#7C569B

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

Shades of Studio #7C569B

Tints of Studio #7C569B

Color information

#7C569B (or 0x7C569B) is unknown color: approx Studio. HEX triplet: 7C, 56 and 9B. RGB value is (124,86,155). Sum of RGB (Red+Green+Blue) = 124+86+155=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C569B is #83A964. Grayscale: #686868. Windows color (decimal): -8628581 or 10180220. OLE color: 10180220.

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

Color convert

RGB12486155-
CMYK0.20.4500.39
HSL273.04º28.63%47.25%-
HSV(B)273.04º44.52%60.78%-
XYZ17.5613.3132.65-
YUV105.23156.09141.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.97%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=33.97%
G=23.56%
B=42.47%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal124861550.20.4500.39273.0428.6347.25
Hex7C569B142D0271111d2f
Octal17412623324550474213557
Binary111110010101101001101110100101101010011110001000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,86,155); }

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

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

 a { background-color: rgb(124,86,155); }

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

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

 span { border-color: rgb(124,86,155); }

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