#7D519B

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

Shades of Studio #7D519B

Tints of Studio #7D519B

Color information

#7D519B (or 0x7D519B) is unknown color: approx Studio. HEX triplet: 7D, 51 and 9B. RGB value is (125,81,155). Sum of RGB (Red+Green+Blue) = 125+81+155=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D519B is #82AE64. Grayscale: #666666. Windows color (decimal): -8564325 or 10178941. OLE color: 10178941.

HSL color Cylindrical-coordinate representation of color #7D519B: hue angle of 275.68º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D519B is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12581155-
CMYK0.190.4800.39
HSL275.68º31.36%46.27%-
HSV(B)275.68º47.74%60.78%-
XYZ17.3212.6132.53-
YUV102.59157.58143.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.63%
GREEN value IS 81 (32.03% from 255) = 22.44%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=34.63%
G=22.44%
B=42.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal125811550.190.4800.39275.6831.3646.27
Hex7D519B13300271141f2e
Octal17512123323600474243756
Binary111110110100011001101110011110000010011110001010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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