#7D50A9

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

Shades of Studio #7D50A9

Tints of Studio #7D50A9

Color information

#7D50A9 (or 0x7D50A9) is unknown color: approx Studio. HEX triplet: 7D, 50 and A9. RGB value is (125,80,169). Sum of RGB (Red+Green+Blue) = 125+80+169=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 169 (66.41% from 255 or 45.19% from 374); Max value from RGB is 169 - color contains mainly: blue. Hex color #7D50A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D50A9 is #82AF56. Grayscale: #676767. Windows color (decimal): -8564567 or 11096189. OLE color: 11096189.

HSL color Cylindrical-coordinate representation of color #7D50A9: hue angle of 270.34º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D50A9 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12580169-
CMYK0.260.5300.34
HSL270.34º35.74%48.82%-
HSV(B)270.34º52.66%66.27%-
XYZ18.4912.9639.06-
YUV103.6164.91143.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.42%
GREEN value IS 80 (31.64% from 255) = 21.39%
BLUE value IS 169 (66.41% from 255) = 45.19%
R=33.42%
G=21.39%
B=45.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal125801690.260.5300.34270.3435.7448.82
Hex7D50A91A3502210e2431
Octal17512025132650424164461
Binary1111101101000010101001110101101010100010100001110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D50A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,80,169); }

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

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

 a { background-color: rgb(125,80,169); }

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

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

 span { border-color: rgb(125,80,169); }

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