#7F569D

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

Shades of Studio #7F569D

Tints of Studio #7F569D

Color information

#7F569D (or 0x7F569D) is unknown color: approx Studio. HEX triplet: 7F, 56 and 9D. RGB value is (127,86,157). Sum of RGB (Red+Green+Blue) = 127+86+157=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F569D is #80A962. Grayscale: #6A6A6A. Windows color (decimal): -8431971 or 10311295. OLE color: 10311295.

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

Color convert

RGB12786157-
CMYK0.190.4500.38
HSL274.65º29.22%47.65%-
HSV(B)274.65º45.22%61.57%-
XYZ18.1713.633.57-
YUV106.35156.58142.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.32%
GREEN value IS 86 (33.98% from 255) = 23.24%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=34.32%
G=23.24%
B=42.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal127861570.190.4500.38274.6529.2247.65
Hex7F569D132D0261131d30
Octal17712623523550464233560
Binary111111110101101001110110011101101010011010001001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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