#7C499A

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

Shades of Studio #7C499A

Tints of Studio #7C499A

Color information

#7C499A (or 0x7C499A) is unknown color: approx Studio. HEX triplet: 7C, 49 and 9A. RGB value is (124,73,154). Sum of RGB (Red+Green+Blue) = 124+73+154=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C499A is #83B665. Grayscale: #616161. Windows color (decimal): -8631910 or 10111356. OLE color: 10111356.

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

Color convert

RGB12473154-
CMYK0.190.5300.40
HSL277.78º35.68%44.51%-
HSV(B)277.78º52.6%60.39%-
XYZ16.5311.3831.9-
YUV97.48159.9146.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.33%
GREEN value IS 73 (28.91% from 255) = 20.80%
BLUE value IS 154 (60.55% from 255) = 43.87%
R=35.33%
G=20.80%
B=43.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal124731540.190.5300.40277.7835.6844.51
Hex7C499A1335028116242d
Octal17411123223650504264455
Binary1111100100100110011010100111101010101000100010110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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