#7A569F

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

Shades of Studio #7A569F

Tints of Studio #7A569F

Color information

#7A569F (or 0x7A569F) is unknown color: approx Studio. HEX triplet: 7A, 56 and 9F. RGB value is (122,86,159). Sum of RGB (Red+Green+Blue) = 122+86+159=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A569F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A569F is #85A960. Grayscale: #686868. Windows color (decimal): -8759649 or 10442362. OLE color: 10442362.

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

Color convert

RGB12286159-
CMYK0.230.4600.38
HSL269.59º29.8%48.04%-
HSV(B)269.59º45.91%62.35%-
XYZ17.6113.334.44-
YUV105.09158.43140.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.24%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 159 (62.5% from 255) = 43.32%
R=33.24%
G=23.43%
B=43.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122861590.230.4600.38269.5929.848.04
Hex7A569F172E02610e1e30
Octal17212623727560464163660
Binary111101010101101001111110111101110010011010000111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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