#7A519E

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

Shades of Studio #7A519E

Tints of Studio #7A519E

Color information

#7A519E (or 0x7A519E) is unknown color: approx Studio. HEX triplet: 7A, 51 and 9E. RGB value is (122,81,158). Sum of RGB (Red+Green+Blue) = 122+81+158=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A519E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A519E is #85AE61. Grayscale: #656565. Windows color (decimal): -8760930 or 10375546. OLE color: 10375546.

HSL color Cylindrical-coordinate representation of color #7A519E: hue angle of 271.95º 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 #7A519E is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12281158-
CMYK0.230.4900.38
HSL271.95º32.22%46.86%-
HSV(B)271.95º48.73%61.96%-
XYZ17.1412.4933.86-
YUV102.04159.58142.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.80%
GREEN value IS 81 (32.03% from 255) = 22.44%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=33.80%
G=22.44%
B=43.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122811580.230.4900.38271.9532.2246.86
Hex7A519E1731026110202f
Octal17212123627610464204057
Binary1111010101000110011110101111100010100110100010000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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