#7D49A0

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

Shades of Studio #7D49A0

Tints of Studio #7D49A0

Color information

#7D49A0 (or 0x7D49A0) is unknown color: approx Studio. HEX triplet: 7D, 49 and A0. RGB value is (125,73,160). Sum of RGB (Red+Green+Blue) = 125+73+160=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 160 - color contains mainly: blue. Hex color #7D49A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D49A0 is #82B65F. Grayscale: #626262. Windows color (decimal): -8566368 or 10504573. OLE color: 10504573.

HSL color Cylindrical-coordinate representation of color #7D49A0: hue angle of 275.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D49A0 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12573160-
CMYK0.220.5400.37
HSL275.86º37.34%45.69%-
HSV(B)275.86º54.37%62.75%-
XYZ17.1911.6634.6-
YUV98.47162.73146.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.92%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 160 (62.89% from 255) = 44.69%
R=34.92%
G=20.39%
B=44.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal125731600.220.5400.37275.8637.3445.69
Hex7D49A01636025114252e
Octal17511124026660454244556
Binary1111101100100110100000101101101100100101100010100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D49A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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