#7A5199

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

Shades of Studio #7A5199

Tints of Studio #7A5199

Color information

#7A5199 (or 0x7A5199) is unknown color: approx Studio. HEX triplet: 7A, 51 and 99. RGB value is (122,81,153). Sum of RGB (Red+Green+Blue) = 122+81+153=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A5199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5199 is #85AE66. Grayscale: #656565. Windows color (decimal): -8760935 or 10047866. OLE color: 10047866.

HSL color Cylindrical-coordinate representation of color #7A5199: hue angle of 274.17º 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 #7A5199 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12281153-
CMYK0.200.4700.4
HSL274.17º30.77%45.88%-
HSV(B)274.17º47.06%60%-
XYZ16.7212.3231.63-
YUV101.47157.08142.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.27%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=34.27%
G=22.75%
B=42.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal122811530.200.4700.4274.1730.7745.88
Hex7A5199142F0281121f2e
Octal17212123124570504223756
Binary111101010100011001100110100101111010100010001001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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