#7D499E

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

Shades of Studio #7D499E

Tints of Studio #7D499E

Color information

#7D499E (or 0x7D499E) is unknown color: approx Studio. HEX triplet: 7D, 49 and 9E. RGB value is (125,73,158). Sum of RGB (Red+Green+Blue) = 125+73+158=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D499E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D499E is #82B661. Grayscale: #616161. Windows color (decimal): -8566370 or 10373501. OLE color: 10373501.

HSL color Cylindrical-coordinate representation of color #7D499E: hue angle of 276.71º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D499E is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12573158-
CMYK0.210.5400.38
HSL276.71º36.8%45.29%-
HSV(B)276.71º53.8%61.96%-
XYZ17.0111.5933.69-
YUV98.24161.73147.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.11%
GREEN value IS 73 (28.91% from 255) = 20.51%
BLUE value IS 158 (62.11% from 255) = 44.38%
R=35.11%
G=20.51%
B=44.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125731580.210.5400.38276.7136.845.29
Hex7D499E1536026115252d
Octal17511123625660464254555
Binary1111101100100110011110101011101100100110100010101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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