#7D499A

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

Shades of Studio #7D499A

Tints of Studio #7D499A

Color information

#7D499A (or 0x7D499A) is unknown color: approx Studio. HEX triplet: 7D, 49 and 9A. RGB value is (125,73,154). Sum of RGB (Red+Green+Blue) = 125+73+154=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #7D499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D499A is #82B665. Grayscale: #616161. Windows color (decimal): -8566374 or 10111357. OLE color: 10111357.

HSL color Cylindrical-coordinate representation of color #7D499A: hue angle of 278.52º 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 #7D499A is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12573154-
CMYK0.190.5300.40
HSL278.52º35.68%44.51%-
HSV(B)278.52º52.6%60.39%-
XYZ16.6711.4631.9-
YUV97.78159.73147.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.51%
GREEN value IS 73 (28.91% from 255) = 20.74%
BLUE value IS 154 (60.55% from 255) = 43.75%
R=35.51%
G=20.74%
B=43.75%

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
Decimal125731540.190.5300.40278.5235.6844.51
Hex7D499A1335028117242d
Octal17511123223650504274455
Binary1111101100100110011010100111101010101000100010111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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