#7A519D

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

Shades of Studio #7A519D

Tints of Studio #7A519D

Color information

#7A519D (or 0x7A519D) is unknown color: approx Studio. HEX triplet: 7A, 51 and 9D. RGB value is (122,81,157). Sum of RGB (Red+Green+Blue) = 122+81+157=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A519D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A519D is #85AE62. Grayscale: #656565. Windows color (decimal): -8760931 or 10310010. OLE color: 10310010.

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

Color convert

RGB12281157-
CMYK0.220.4800.38
HSL272.37º31.93%46.67%-
HSV(B)272.37º48.41%61.57%-
XYZ17.0512.4633.4-
YUV101.92159.08142.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.89%
GREEN value IS 81 (32.03% from 255) = 22.5%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=33.89%
G=22.5%
B=43.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122811570.220.4800.38272.3731.9346.67
Hex7A519D1630026110202f
Octal17212123526600464204057
Binary1111010101000110011101101101100000100110100010000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,81,157); }

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

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

 a { background-color: rgb(122,81,157); }

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

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

 span { border-color: rgb(122,81,157); }

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