#7A569D

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

Shades of Studio #7A569D

Tints of Studio #7A569D

Color information

#7A569D (or 0x7A569D) is unknown color: approx Studio. HEX triplet: 7A, 56 and 9D. RGB value is (122,86,157). Sum of RGB (Red+Green+Blue) = 122+86+157=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A569D is #85A962. Grayscale: #686868. Windows color (decimal): -8759651 or 10311290. OLE color: 10311290.

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

Color convert

RGB12286157-
CMYK0.220.4500.38
HSL270.42º29.22%47.65%-
HSV(B)270.42º45.22%61.57%-
XYZ17.4413.2333.53-
YUV104.86157.43140.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.42%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=33.42%
G=23.56%
B=43.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122861570.220.4500.38270.4229.2247.65
Hex7A569D162D02610e1d30
Octal17212623526550464163560
Binary111101010101101001110110110101101010011010000111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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