#7C589A

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

Shades of Studio #7C589A

Tints of Studio #7C589A

Color information

#7C589A (or 0x7C589A) is unknown color: approx Studio. HEX triplet: 7C, 58 and 9A. RGB value is (124,88,154). Sum of RGB (Red+Green+Blue) = 124+88+154=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C589A is #83A765. Grayscale: #6A6A6A. Windows color (decimal): -8628070 or 10115196. OLE color: 10115196.

HSL color Cylindrical-coordinate representation of color #7C589A: hue angle of 272.73º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C589A is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12488154-
CMYK0.190.4300.40
HSL272.73º27.27%47.45%-
HSV(B)272.73º42.86%60.39%-
XYZ17.6313.632.27-
YUV106.29154.93140.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.88%
GREEN value IS 88 (34.77% from 255) = 24.04%
BLUE value IS 154 (60.55% from 255) = 42.08%
R=33.88%
G=24.04%
B=42.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal124881540.190.4300.40272.7327.2747.45
Hex7C589A132B0281111b2f
Octal17413023223530504213357
Binary111110010110001001101010011101011010100010001000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,88,154); }

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

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

 a { background-color: rgb(124,88,154); }

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

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

 span { border-color: rgb(124,88,154); }

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