#7F569A

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

Shades of Studio #7F569A

Tints of Studio #7F569A

Color information

#7F569A (or 0x7F569A) is unknown color: approx Studio. HEX triplet: 7F, 56 and 9A. RGB value is (127,86,154). Sum of RGB (Red+Green+Blue) = 127+86+154=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #7F569A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F569A is #80A965. Grayscale: #696969. Windows color (decimal): -8431974 or 10114687. OLE color: 10114687.

HSL color Cylindrical-coordinate representation of color #7F569A: hue angle of 276.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F569A is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12786154-
CMYK0.180.4400.40
HSL276.18º28.33%47.06%-
HSV(B)276.18º44.16%60.39%-
XYZ17.9113.532.23-
YUV106.01155.08142.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.60%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=34.60%
G=23.43%
B=41.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal127861540.180.4400.40276.1828.3347.06
Hex7F569A122C0281141c2f
Octal17712623222540504243457
Binary111111110101101001101010010101100010100010001010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,86,154); }

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

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

 a { background-color: rgb(127,86,154); }

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

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

 span { border-color: rgb(127,86,154); }

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