#7D5199

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

Shades of Studio #7D5199

Tints of Studio #7D5199

Color information

#7D5199 (or 0x7D5199) is unknown color: approx Studio. HEX triplet: 7D, 51 and 99. RGB value is (125,81,153). Sum of RGB (Red+Green+Blue) = 125+81+153=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D5199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5199 is #82AE66. Grayscale: #666666. Windows color (decimal): -8564327 or 10047869. OLE color: 10047869.

HSL color Cylindrical-coordinate representation of color #7D5199: hue angle of 276.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D5199 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12581153-
CMYK0.180.4700.4
HSL276.67º30.77%45.88%-
HSV(B)276.67º47.06%60%-
XYZ17.1512.5431.65-
YUV102.36156.58144.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.82%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 153 (60.16% from 255) = 42.62%
R=34.82%
G=22.56%
B=42.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal125811530.180.4700.4276.6730.7745.88
Hex7D5199122F0281151f2e
Octal17512123122570504253756
Binary111110110100011001100110010101111010100010001010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,81,153); }

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

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

 a { background-color: rgb(125,81,153); }

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

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

 span { border-color: rgb(125,81,153); }

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