#7A559F

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

Shades of Studio #7A559F

Tints of Studio #7A559F

Color information

#7A559F (or 0x7A559F) is unknown color: approx Studio. HEX triplet: 7A, 55 and 9F. RGB value is (122,85,159). Sum of RGB (Red+Green+Blue) = 122+85+159=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A559F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A559F is #85AA60. Grayscale: #686868. Windows color (decimal): -8759905 or 10442106. OLE color: 10442106.

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

Color convert

RGB12285159-
CMYK0.230.4700.38
HSL270º30.33%47.84%-
HSV(B)270º46.54%62.35%-
XYZ17.5313.1434.41-
YUV104.5158.76140.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.33%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 159 (62.5% from 255) = 43.44%
R=33.33%
G=23.22%
B=43.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122851590.230.4700.3827030.3347.84
Hex7A559F172F02610e1e30
Octal17212523727570464163660
Binary111101010101011001111110111101111010011010000111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A559F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,85,159); }

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

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

 a { background-color: rgb(122,85,159); }

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

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

 span { border-color: rgb(122,85,159); }

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