#7D519F

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

Shades of Studio #7D519F

Tints of Studio #7D519F

Color information

#7D519F (or 0x7D519F) is unknown color: approx Studio. HEX triplet: 7D, 51 and 9F. RGB value is (125,81,159). Sum of RGB (Red+Green+Blue) = 125+81+159=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D519F is #82AE60. Grayscale: #666666. Windows color (decimal): -8564321 or 10441085. OLE color: 10441085.

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

Color convert

RGB12581159-
CMYK0.210.4900.38
HSL273.85º32.5%47.06%-
HSV(B)273.85º49.06%62.35%-
XYZ17.6612.7534.33-
YUV103.05159.58143.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.25%
GREEN value IS 81 (32.03% from 255) = 22.19%
BLUE value IS 159 (62.5% from 255) = 43.56%
R=34.25%
G=22.19%
B=43.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125811590.210.4900.38273.8532.547.06
Hex7D519F1531026112202f
Octal17512123725610464224057
Binary1111101101000110011111101011100010100110100010010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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